Home
last modified time | relevance | path

Searched refs:gsSource (Results 1 – 6 of 6) sorted by relevance

/external/angle/util/
Dshader_utils.cpp33 const char *gsSource, in CompileProgramInternal() argument
90 if (strlen(gsSource) > 0) in CompileProgramInternal()
92 gs = CompileShader(GL_GEOMETRY_SHADER_EXT, gsSource); in CompileProgramInternal()
283 GLuint CompileProgramWithGS(const char *vsSource, const char *gsSource, const char *fsSource) in CompileProgramWithGS() argument
285 return CompileProgramInternal(vsSource, "", "", gsSource, fsSource, nullptr); in CompileProgramWithGS()
Dshader_utils.h35 const char *gsSource,
/external/deqp/external/openglcts/modules/gl/
Dgl3cTransformFeedbackOverflowQueryTests.cpp1243 const char* gsSource = transformFeedbackGeometryShader(); in buildTransformFeedbackProgram() local
1245 if (gsSource) in buildTransformFeedbackProgram()
1248 gl.shaderSource(gShader, 1, (const char**)&gsSource, NULL); in buildTransformFeedbackProgram()
1260 m_testCtx.getLog().writeShader(QP_SHADER_TYPE_GEOMETRY, gsSource, false, infoLog.c_str()); in buildTransformFeedbackProgram()
/external/vulkan-validation-layers/tests/
Dvklayertests_pipeline_shader.cpp377 static char const *gsSource = in TEST_F() local
388 VkShaderObj gs(m_device, gsSource, VK_SHADER_STAGE_GEOMETRY_BIT, this); in TEST_F()
425 const std::string gsSource = R"( in TEST_F() local
481 VkShaderObj gs(m_device, gsSource, VK_SHADER_STAGE_GEOMETRY_BIT, this); in TEST_F()
504 static const char *gsSource = in TEST_F() local
523 VkShaderObj gs(m_device, gsSource, VK_SHADER_STAGE_GEOMETRY_BIT, this); in TEST_F()
Dvklayertests_descriptor_renderpass_framebuffer.cpp289 char const *gsSource = in TEST_F() local
354 …tests.push_back({bindStateVertShaderText, bindStateFragShaderText, gsSource, nullptr, nullptr, fal… in TEST_F()
357 …tests.push_back({bindStateVertShaderText, bindStateFragShaderText, gsSource, nullptr, nullptr, fal… in TEST_F()
Dvkpositivelayertests.cpp5181 char const *gsSource = in TEST_F() local
5192 VkShaderObj gs(m_device, gsSource, VK_SHADER_STAGE_GEOMETRY_BIT, this); in TEST_F()