Searched refs:tes_code (Results 1 – 3 of 3) sorted by relevance
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderBarrier.cpp | 401 static const char* tes_code = "${VERSION}\n" in getTESCode() local 432 return tes_code; in getTESCode() 611 static const char* tes_code = "${VERSION}\n" in getTESCode() local 637 return tes_code; in getTESCode() 810 static const char* tes_code = "${VERSION}\n" in getTESCode() local 835 return tes_code; in getTESCode()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcSeparableProgramsTransformFeedbackTests.cpp | 107 static const GLchar* tes_code = "${VERSION}\n" variable 329 { tes_code, tes_tf_varyings, 1 }, // tesselation evaluation stage in init() 336 { tes_code, tes_tf_varyings, 1 }, // tesselation evaluation stage in init()
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
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, v… in createAndBuildProgram()
|