Home
last modified time | relevance | path

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

/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
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
/third_party/gstreamer/gstplugins_bad/tests/examples/d3d11/
Dd3d11device.cpp247 static const gchar vs_code[] = in prepare_shader() local
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcSeparableProgramsTransformFeedbackTests.cpp82 static const GLchar* vs_code = "${VERSION}\n" variable
DglcShaderIntegerMixTests.cpp379 std::string vs_code = tcu::StringTemplate(vs_template).specialize(args); in test() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
DesextcGeometryShaderAPI.cpp104 const char* GeometryShaderCreateShaderProgramvTest::vs_code = "${VERSION}\n" member in glcts::GeometryShaderCreateShaderProgramvTest
2262 const char* vs_code = "${VERSION}\n" in iterate() local
2581 const char* vs_code = "${VERSION}\n" in iterate() local
3743 const char* vs_code = "${VERSION}\n" in iterate() local
DesextcGeometryShaderRendering.cpp859 std::string vs_code = getVertexShaderCode(); in initTest() local
3117 static std::string vs_code = in getVertexShaderCode() local
4865 static std::string vs_code = in getVertexShaderCode() local
DesextcGeometryShaderLinking.cpp669 std::string vs_code = "${VERSION}\n" in getSpecializedVSCode() local
2330 const char* vs_code = "${VERSION}\n" in iterate() local
DesextcGeometryShaderAPI.hpp79 static const char* vs_code; member in glcts::GeometryShaderCreateShaderProgramvTest
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cStencilTexturingTests.cpp79 const GLchar* vs_code) in createAndBuildProgram()
Dgl4cVertexAttrib64BitTest.cpp3627 const char* vs_code = "#version 400\n" in initProgramObject() local
/third_party/vk-gl-cts/external/openglcts/modules/glesext/draw_elements_base_vertex/
DesextcDrawElementsBaseVertexTests.cpp216 void DrawElementsBaseVertexTestBase::buildProgram(const char* fs_code, const char* vs_code, const c… in buildProgram()