Home
last modified time | relevance | path

Searched refs:tcs_code (Results 1 – 3 of 3) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderBarrier.cpp357 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()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp93 static const GLchar* tcs_code = "${VERSION}\n" variable
328 { tcs_code, NULL, 0 }, // tesselation control stage in init()
335 { tcs_code, NULL, 0 }, // tesselation control stage in init()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp49 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()