Home
last modified time | relevance | path

Searched refs:fragSource (Results 1 - 14 of 14) sorted by relevance

/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp209 const std::string fragSource = genCommonSource(ctx, GL_FRAGMENT_SHADER); in block_number_limits() local
238 << glu::FragmentSource(fragSource); in block_number_limits()
248 << glu::FragmentSource(fragSource) in block_number_limits()
255 << glu::FragmentSource(fragSource) in block_number_limits()
262 << glu::FragmentSource(fragSource) in block_number_limits()
H A Des31fNegativeComputeTests.cpp390 const glu::FragmentSource fragSource(tcu::StringTemplate(fragmentShaderSource).specialize(args)); in program_not_active()
395 glu::ShaderProgram fragProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << fragSource); in program_not_active()
475 const glu::FragmentSource fragSource(tcu::StringTemplate(fragmentShaderSource).specialize(args)); in invalid_program_query()
476 glu::ShaderProgram graphicsPipelineProgram (ctx.getRenderContext(), glu::ProgramSources() << vertSource << fragSource); in invalid_program_query()
826 const glu::FragmentSource fragSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_FRAGMENT)).specialize(args)); in invalid_write_built_in_constants()
833 glu::ShaderProgram fragProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << fragSource); in invalid_write_built_in_constants()
H A Des31fTextureBorderClampTests.cpp1301 std::ostringstream fragSource;
1336 fragSource << glslVersionDecl + "\n"
1348 return new glu::ShaderProgram(m_context.getRenderContext(), glu::ProgramSources() << glu::VertexSource(vtxSource) << glu::FragmentSource(fragSource.str()));
/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp51 ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc);
55 ShaderSwitchCase::ShaderSwitchCase (Context& context, const char* name, const char* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc) in ShaderSwitchCase() argument
59 m_fragShaderSource = fragSource; in ShaderSwitchCase()
H A Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired) in genShaderSources() argument
419 fragSource = frag.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()
430 << glu::FragmentSource(fragSource) in createVertexCaptureProgram()
H A Des3fShaderApiTests.cpp460 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); in compileShaders() local
471 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderSwitchTests.cpp58 const string& fragSource,
68 const string& fragSource, in ShaderSwitchCase()
74 m_fragShaderSource = fragSource; in ShaderSwitchCase()
64 ShaderSwitchCase(tcu::TestContext& testCtx, const string& name, bool isVertexCase, const string& vtxSource, const string& fragSource, ShaderEvalFunc evalFunc, UniformSetupFunc setupUniformsFunc) ShaderSwitchCase() argument
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/shaderrender/
H A DvktShaderRenderSwitchTests.cpp59 const string& fragSource,
70 const string& fragSource, in ShaderSwitchCase()
76 m_fragShaderSource = fragSource; in ShaderSwitchCase()
65 ShaderSwitchCase(tcu::TestContext& testCtx, const string& name, const string& description, bool isVertexCase, const string& vtxSource, const string& fragSource, ShaderEvalFunc evalFunc, UniformSetupFunc setupUniformsFunc) ShaderSwitchCase() argument
/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/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
729 const char* const fragSourceCstr = fragSource.c_str(); in setSources()
732 m_fragSource = fragSource; 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
250 fragSource = shaderSource; in makeGraphicsPipeline()
266 sources << glu::FragmentSource(fragSource); in makeGraphicsPipeline()
282 binaries << spirvUtils::makeSpirV(log, glu::FragmentSource(fragSource), spirvUtils::SPIRV_VERSION_1_3); in makeGraphicsPipeline()
/third_party/vk-gl-cts/modules/gles2/functional/
H A Des2fShaderApiTests.cpp406 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); in compileShaders() local
417 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp335 std::ostringstream fragSource; in initPrograms() local
336 fragSource in initPrograms()
346 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp333 std::ostringstream fragSource; in initPrograms() local
334 fragSource in initPrograms()
344 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms()

Completed in 31 milliseconds