Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderBarrier.cpp401 static const char *tes_code = "${VERSION}\n" in getTESCode() local
611 static const char *tes_code = "${VERSION}\n" in getTESCode() local
810 static const char *tes_code = "${VERSION}\n" in getTESCode() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp107 static const GLchar *tes_code = "${VERSION}\n" variable
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DAtomicCounterBufferTest.cpp293 std::string tes_code = tes_code_sstream.str(); in TEST_P() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp78 … const GLchar *gs_code, const GLchar *tcs_code, const GLchar *tes_code, in createAndBuildProgram()