Home
last modified time | relevance | path

Searched refs:vertSource (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp208 const std::string vertSource = genCommonSource(ctx, GL_VERTEX_SHADER); in block_number_limits() local
242 sources << glu::VertexSource(vertSource) in block_number_limits()
247 sources << glu::VertexSource(vertSource) in block_number_limits()
254 sources << glu::VertexSource(vertSource) in block_number_limits()
261 sources << glu::VertexSource(vertSource) in block_number_limits()
H A Des31fNegativeComputeTests.cpp389 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in program_not_active()
394 glu::ShaderProgram vertProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << vertSource); in program_not_active()
474 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in invalid_program_query()
476 glu::ShaderProgram graphicsPipelineProgram (ctx.getRenderContext(), glu::ProgramSources() << vertSource << fragSource); in invalid_program_query()
825 const glu::VertexSource vertSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_VERTEX)).specialize(args)); in invalid_write_built_in_constants()
832 glu::ShaderProgram vertProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << vertSource); in invalid_write_built_in_constants()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DBlendFuncExtendedTest.cpp131 void makeProgram(const char *vertSource, const char *fragSource) in makeProgram() argument
133 mProgram = CompileProgram(vertSource, fragSource); in makeProgram()
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired) in genShaderSources() argument
418 vertSource = vtx.str(); in genShaderSources()
424 std::string vertSource, fragSource; in createVertexCaptureProgram() local
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */); in createVertexCaptureProgram()
429 << glu::VertexSource(vertSource) in createVertexCaptureProgram()
H A Des3fShaderApiTests.cpp459 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
468 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
H A Des3fShaderStateQueryTests.cpp1666 static const char* vertSource = in test() local
1680 glShaderSource(shaderVert, 1, &vertSource, DE_NULL); in test()
/third_party/vk-gl-cts/modules/glshared/
H A DglsLongStressCase.cpp686 void setSources (const string& vertSource, const string& fragSource);
726 void Program::setSources (const string& vertSource, const string& fragSource) in setSources() argument
728 const char* const vertSourceCstr = vertSource.c_str(); in setSources()
731 m_vertSource = vertSource; in setSources()
/third_party/vk-gl-cts/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp191 string vertSource, tescSource, teseSource, geomSource, fragSource; in makeGraphicsPipeline() local
202 vertSource = shaderSource; in makeGraphicsPipeline()
258 sources << glu::VertexSource(vertSource); in makeGraphicsPipeline()
274 binaries << spirvUtils::makeSpirV(log, glu::VertexSource(vertSource), spirvUtils::SPIRV_VERSION_1_3); in makeGraphicsPipeline()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderApiTests.cpp405 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
414 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
H A Des2fShaderStateQueryTests.cpp1345 static const char* vertSource = in test() local
1358 glShaderSource(shaderVert, 1, &vertSource, DE_NULL); in test()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp312 std::ostringstream vertSource; in initPrograms() local
313 vertSource in initPrograms()
345 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp310 std::ostringstream vertSource; in initPrograms() local
311 vertSource in initPrograms()
343 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms()

Completed in 30 milliseconds