Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
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()
Des31fNegativeComputeTests.cpp390 const glu::FragmentSource fragSource(tcu::StringTemplate(fragmentShaderSource).specialize(args)); in program_not_active() local
395 …ogram (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() local
476 …raphicsPipelineProgram (ctx.getRenderContext(), glu::ProgramSources() << vertSource << fragSource); in invalid_program_query()
826 …const glu::FragmentSource fragSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_FRA… in invalid_write_built_in_constants() local
833 …gram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << fragSource); in invalid_write_built_in_constants()
Des31fTextureBorderClampTests.cpp1300 std::ostringstream fragSource; in genGatherProgram() local
1335 fragSource << glslVersionDecl + "\n" in genGatherProgram()
1347 …), glu::ProgramSources() << glu::VertexSource(vtxSource) << glu::FragmentSource(fragSource.str())); in genGatherProgram()
/external/deqp/modules/gles3/functional/
Des3fShaderSwitchTests.cpp51 …ar* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc …
55 …ar* description, bool isVertexCase, const char* vtxSource, const char* fragSource, ShaderEvalFunc … in ShaderSwitchCase() argument
59 m_fragShaderSource = fragSource; in ShaderSwitchCase()
Des3fTransformFeedbackTests.cpp325 …ources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeR… 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 require… in createVertexCaptureProgram()
430 << glu::FragmentSource(fragSource) in createVertexCaptureProgram()
Des3fShaderApiTests.cpp460 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); in compileShaders() local
471 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
DvktShaderRenderSwitchTests.cpp59 const string& fragSource,
70 const string& fragSource, in ShaderSwitchCase() argument
76 m_fragShaderSource = fragSource; in ShaderSwitchCase()
/external/deqp/external/openglcts/modules/common/
DglcShaderSwitchTests.cpp42 const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc);
47 const char* vtxSource, const char* fragSource, ShaderEvalFunc evalFunc) in ShaderSwitchCase() argument
52 m_fragShaderSource = fragSource; in ShaderSwitchCase()
/external/angle/src/tests/gl_tests/
DBlendFuncExtendedTest.cpp131 void makeProgram(const char *vertSource, const char *fragSource) in makeProgram() argument
133 mProgram = CompileProgram(vertSource, fragSource); in makeProgram()
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp324 std::ostringstream fragSource; in initPrograms() local
325 fragSource in initPrograms()
335 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms()
DvktPipelineExtendedDynamicStateTests.cpp822 std::ostringstream fragSource; in initPrograms() local
866 fragSource in initPrograms()
944 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms()
/external/deqp/modules/glshared/
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()
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp406 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); in compileShaders() local
417 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp186 string vertSource, tescSource, teseSource, geomSource, fragSource; in makeGraphicsPipeline() local
245 fragSource = shaderSource; in makeGraphicsPipeline()
261 sources << glu::FragmentSource(fragSource); in makeGraphicsPipeline()
277 …binaries << spirvUtils::makeSpirV(log, glu::FragmentSource(fragSource), spirvUtils::SPIRV_VERSION_… in makeGraphicsPipeline()