Searched refs:tcs_code (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderBarrier.cpp | 357 static const char *tcs_code = in getTCSCode() local 392 return tcs_code; in getTCSCode() 556 static const char *tcs_code = "${VERSION}\n" in getTCSCode() local 602 return tcs_code; in getTCSCode() 754 static const char *tcs_code = in getTCSCode() local 801 return tcs_code; in getTCSCode()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/common/ |
H A D | glcSeparableProgramsTransformFeedbackTests.cpp | 93 static const GLchar *tcs_code = "${VERSION}\n" variable 330 {tcs_code, NULL, 0}, // tesselation control stage in init() 337 {tcs_code, NULL, 0}, // tesselation control stage in init()
|
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | AtomicCounterBufferTest.cpp | 135 std::string tcs_code = tcs_code_sstream.str(); in TEST_P() local 136 const char *kTC = tcs_code.c_str(); in TEST_P() 261 std::string tcs_code = tcs_code_sstream.str(); in TEST_P() local 262 const char *kTC = tcs_code.c_str(); in TEST_P()
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl4cStencilTexturingTests.cpp | 49 … const GLchar *gs_code, const GLchar *tcs_code, const GLchar *tes_code, 78 … const GLchar *gs_code, const GLchar *tcs_code, const GLchar *tes_code, in createAndBuildProgram() argument 87 …const GLchar *shader_sources[N_SHADER_STAGES] = {cs_code, fs_code, gs_code, tcs_code, tes_code, vs… in createAndBuildProgram()
|