Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderBarrier.cpp357 static const char *tcs_code = in getTCSCode() local
556 static const char *tcs_code = "${VERSION}\n" in getTCSCode() local
754 static const char *tcs_code = in getTCSCode() local
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DAtomicCounterBufferTest.cpp135 std::string tcs_code = tcs_code_sstream.str(); in TEST_P() local
261 std::string tcs_code = tcs_code_sstream.str(); in TEST_P() local
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp93 static const GLchar *tcs_code = "${VERSION}\n" variable
/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()