Home
last modified time | relevance | path

Searched defs:vs_code (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderBarrier.cpp441 static const char *vs_code = "${VERSION}\n" in getVSCode() local
646 static const char *vs_code = "${VERSION}\n" in getVSCode() local
844 static const char *vs_code = "${VERSION}\n" in getVSCode() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderAPI.cpp104 const char *GeometryShaderCreateShaderProgramvTest::vs_code = "${VERSION}\n" member in glcts::GeometryShaderCreateShaderProgramvTest
2275 const char *vs_code = "${VERSION}\n" in iterate() local
2594 const char *vs_code = "${VERSION}\n" in iterate() local
3755 const char *vs_code = "${VERSION}\n" in iterate() local
H A DesextcGeometryShaderRendering.cpp873 std::string vs_code = getVertexShaderCode(); in initTest() local
3132 static std::string vs_code = in getVertexShaderCode() local
4882 static std::string vs_code = in getVertexShaderCode() local
H A DesextcGeometryShaderLinking.cpp681 std::string vs_code = "${VERSION}\n" in getSpecializedVSCode() local
2378 const char *vs_code = "${VERSION}\n" in iterate() local
H A DesextcGeometryShaderAPI.hpp79 static const char *vs_code; member in glcts::GeometryShaderCreateShaderProgramvTest
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp82 static const GLchar *vs_code = "${VERSION}\n" variable
H A DglcShaderIntegerMixTests.cpp383 std::string vs_code = tcu::StringTemplate(vs_template).specialize(args); in test() local
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp79 const GLchar *vs_code) in createAndBuildProgram()
H A Dgl4cVertexAttrib64BitTest.cpp3636 const char *vs_code = "#version 400\n" in initProgramObject() local
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.cpp216 void DrawElementsBaseVertexTestBase::buildProgram(const char *fs_code, const char *vs_code, const c… in buildProgram()