/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderStorageTests.cpp | 209 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 D | es31fNegativeComputeTests.cpp | 390 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 D | es31fTextureBorderClampTests.cpp | 1301 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 D | es3fShaderSwitchTests.cpp | 51 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 D | es3fTransformFeedbackTests.cpp | 325 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 D | es3fShaderApiTests.cpp | 460 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 D | vktShaderRenderSwitchTests.cpp | 58 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 D | vktShaderRenderSwitchTests.cpp | 59 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 D | BlendFuncExtendedTest.cpp | 131 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 D | glsLongStressCase.cpp | 686 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 D | glcSubgroupsTestsUtils.cpp | 191 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 D | es2fShaderApiTests.cpp | 406 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 D | vktPipelineColorWriteEnableTests.cpp | 335 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 D | vktPipelineColorWriteEnableTests.cpp | 333 std::ostringstream fragSource; in initPrograms() local 334 fragSource in initPrograms() 344 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms()
|