/third_party/vk-gl-cts/modules/gles31/functional/ |
H A 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()
|
H A D | es31fNegativeComputeTests.cpp | 389 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in program_not_active() 394 glu::ShaderProgram vertProgram (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() 476 glu::ShaderProgram graphicsPipelineProgram (ctx.getRenderContext(), glu::ProgramSources() << vertSource << fragSource); in invalid_program_query() 825 const glu::VertexSource vertSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_VERTEX)).specialize(args)); in invalid_write_built_in_constants() 832 glu::ShaderProgram vertProgram (ctx.getRenderContext(), glu::ProgramSources() << glu::ProgramSeparable(true) << vertSource); in invalid_write_built_in_constants()
|
/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/gles3/functional/ |
H A D | es3fTransformFeedbackTests.cpp | 325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired) 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 required? */); in createVertexCaptureProgram() 429 << glu::VertexSource(vertSource) in createVertexCaptureProgram()
|
H A D | es3fShaderApiTests.cpp | 459 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local 468 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
|
H A D | es3fShaderStateQueryTests.cpp | 1666 static const char* vertSource = in test() local 1680 glShaderSource(shaderVert, 1, &vertSource, DE_NULL); in test()
|
/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 728 const char* const vertSourceCstr = vertSource.c_str(); in setSources() 731 m_vertSource = vertSource; 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 202 vertSource = shaderSource; in makeGraphicsPipeline() 258 sources << glu::VertexSource(vertSource); in makeGraphicsPipeline() 274 binaries << spirvUtils::makeSpirV(log, glu::VertexSource(vertSource), spirvUtils::SPIRV_VERSION_1_3); in makeGraphicsPipeline()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
H A D | es2fShaderApiTests.cpp | 405 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local 414 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
|
H A D | es2fShaderStateQueryTests.cpp | 1345 static const char* vertSource = in test() local 1358 glShaderSource(shaderVert, 1, &vertSource, DE_NULL); in test()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 312 std::ostringstream vertSource; in initPrograms() local 313 vertSource in initPrograms() 345 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 310 std::ostringstream vertSource; in initPrograms() local 311 vertSource in initPrograms() 343 programCollection.glslSources.add("vert") << glu::VertexSource(vertSource.str()); in initPrograms()
|