Home
last modified time | relevance | path

Searched refs:vs_code (Results 1 – 11 of 11) 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
450 return vs_code; in getVSCode()
646 static const char *vs_code = "${VERSION}\n" in getVSCode() local
652 return vs_code; in getVSCode()
844 static const char *vs_code = "${VERSION}\n" in getVSCode() local
850 return vs_code; in getVSCode()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/
H A DglcSeparableProgramsTransformFeedbackTests.cpp82 static const GLchar *vs_code = "${VERSION}\n" variable
332 {vs_code, vs_tf_varyings, 1} // vertex_stage in init()
339 {vs_code, vs_tf_varyings, 1} // vertex_stage in init()
H A DglcShaderIntegerMixTests.cpp383 std::string vs_code = tcu::StringTemplate(vs_template).specialize(args); in test() local
388 glu::makeVtxFragSources(vs_code.c_str(), fs_code.c_str())); in test()
/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
279 /* parts */ &vs_code); in iterate()
2275 const char *vs_code = "${VERSION}\n" in iterate() local
2350 vs_code_specialized = specializeShader(1, &vs_code); in iterate()
2594 const char *vs_code = "${VERSION}\n" in iterate() local
2686 vs_code_specialized = specializeShader(1, &vs_code); in iterate()
3755 const char *vs_code = "${VERSION}\n" in iterate() local
3806 std::string vs_code_specialized = specializeShader(1, &vs_code); in iterate()
H A DesextcGeometryShaderRendering.cpp873 std::string vs_code = getVertexShaderCode(); in initTest() local
968 const char *vs_code_ptr = vs_code.c_str(); in initTest()
3132 static std::string vs_code = in getVertexShaderCode() local
3337 result = vs_code; in getVertexShaderCode()
4882 static std::string vs_code = in getVertexShaderCode() local
5327 result = vs_code; in getVertexShaderCode()
H A DesextcGeometryShaderLinking.cpp681 std::string vs_code = "${VERSION}\n" in getSpecializedVSCode() local
689 const char *vs_code_raw = vs_code.c_str(); in getSpecializedVSCode()
2378 const char *vs_code = "${VERSION}\n" in iterate() local
2424 std::string vs_code_specialized = specializeShader(1, &vs_code); in iterate()
H A DesextcGeometryShaderAPI.hpp79 static const char *vs_code; member in glcts::GeometryShaderCreateShaderProgramvTest
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.cpp50 const GLchar *vs_code);
79 const GLchar *vs_code) in createAndBuildProgram() argument
87 …GLchar *shader_sources[N_SHADER_STAGES] = {cs_code, fs_code, gs_code, tcs_code, tes_code, vs_code}; in createAndBuildProgram()
H A Dgl4cVertexAttrib64BitTest.cpp3636 const char *vs_code = "#version 400\n" in initProgramObject() local
3667 BuildProgramVSOnly(m_po_id, vs_code, m_vs_id); in initProgramObject()
/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/draw_elements_base_vertex/
H A DesextcDrawElementsBaseVertexTests.hpp279 …void buildProgram(const char *fs_code, const char *vs_code, const char *tc_code, const char *te_co…
H A DesextcDrawElementsBaseVertexTests.cpp216 void DrawElementsBaseVertexTestBase::buildProgram(const char *fs_code, const char *vs_code, const c… in buildProgram() argument
249 &vs_code, DE_NULL); /* length */ in buildProgram()