/external/deqp/modules/gles31/functional/ |
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()
|
D | es31fNegativeComputeTests.cpp | 390 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() 824 …const glu::FragmentSource fragSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_FRA… in invalid_write_built_in_constants() local 831 …gram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << fragSource); in invalid_write_built_in_constants()
|
D | es31fTextureBorderClampTests.cpp | 1300 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/ |
D | es3fShaderSwitchTests.cpp | 51 …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()
|
D | es3fTransformFeedbackTests.cpp | 325 …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()
|
D | es3fShaderApiTests.cpp | 460 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/ |
D | vktShaderRenderSwitchTests.cpp | 59 const string& fragSource, 70 const string& fragSource, in ShaderSwitchCase() argument 76 m_fragShaderSource = fragSource; in ShaderSwitchCase()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcShaderSwitchTests.cpp | 42 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/deqp/modules/glshared/ |
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()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 406 const char* fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); in compileShaders() local 417 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
|