Home
last modified time | relevance | path

Searched defs:te_code (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderProgramInterfaces.cpp285 const char *te_code[] = {"${VERSION}\n", in initTest() local
H A DesextcTessellationShaderVertexOrdering.cpp349 const std::string te_code = TessellationShaderUtils::getGenericTECode( in initTestIteration() local
H A DesextcTessellationShaderUtils.cpp1260 …std::string te_code = getGenericTECode(vertex_spacing, primitive_mode, TESSELLATION_SHADER_VER… in initTessellationVertexCounterProgram() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp217 const char *te_code, const char *gs_code) in buildProgram()