/external/deqp/modules/gles31/functional/ |
D | es31fNegativeShaderStorageTests.cpp | 208 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()
|
D | es31fNegativeComputeTests.cpp | 389 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in program_not_active() local 394 …ogram (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() local 476 …raphicsPipelineProgram (ctx.getRenderContext(), glu::ProgramSources() << vertSource << fragSource); in invalid_program_query() 825 …const glu::VertexSource vertSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_VERT… in invalid_write_built_in_constants() local 832 …gram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << vertSource); in invalid_write_built_in_constants()
|
/external/angle/src/tests/gl_tests/ |
D | BlendFuncExtendedTest.cpp | 131 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/ |
D | vktPipelineColorWriteEnableTests.cpp | 301 std::ostringstream vertSource; in initPrograms() local 302 vertSource in initPrograms() 334 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms()
|
D | vktPipelineExtendedDynamicStateTests.cpp | 821 std::ostringstream vertSource; in initPrograms() local 852 vertSource in initPrograms() 943 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms()
|
/external/deqp/modules/gles3/functional/ |
D | es3fTransformFeedbackTests.cpp | 325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSo… 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 require… in createVertexCaptureProgram() 429 << glu::VertexSource(vertSource) in createVertexCaptureProgram()
|
D | es3fShaderApiTests.cpp | 459 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local 468 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
|
D | es3fShaderStateQueryTests.cpp | 1666 static const char* vertSource = in test() local 1680 glShaderSource(shaderVert, 1, &vertSource, DE_NULL); in test()
|
/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 728 const char* const vertSourceCstr = vertSource.c_str(); in setSources() 731 m_vertSource = vertSource; in setSources()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 405 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local 414 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
|
D | es2fShaderStateQueryTests.cpp | 1345 static const char* vertSource = in test() local 1358 glShaderSource(shaderVert, 1, &vertSource, DE_NULL); in test()
|
/external/deqp/external/openglcts/modules/common/subgroups/ |
D | glcSubgroupsTestsUtils.cpp | 186 string vertSource, tescSource, teseSource, geomSource, fragSource; in makeGraphicsPipeline() local 197 vertSource = shaderSource; in makeGraphicsPipeline() 253 sources << glu::VertexSource(vertSource); in makeGraphicsPipeline() 269 …binaries << spirvUtils::makeSpirV(log, glu::VertexSource(vertSource), spirvUtils::SPIRV_VERSION_1_… in makeGraphicsPipeline()
|