Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderStorageTests.cpp218 const std::string fragSource = genCommonSource(ctx, GL_FRAGMENT_SHADER); in block_number_limits() local
246 sources << glu::VertexSource(source) << glu::FragmentSource(fragSource); in block_number_limits()
254 sources << glu::VertexSource(vertSource) << glu::FragmentSource(fragSource) in block_number_limits()
259 sources << glu::VertexSource(vertSource) << glu::FragmentSource(fragSource) in block_number_limits()
264 …sources << glu::VertexSource(vertSource) << glu::FragmentSource(fragSource) << glu::GeometrySource… in block_number_limits()
H A Des31fNegativeComputeTests.cpp404 … const glu::FragmentSource fragSource(tcu::StringTemplate(fragmentShaderSource).specialize(args)); in program_not_active() local
411 … << glu::ProgramSeparable(true) << fragSource); in program_not_active()
497 … const glu::FragmentSource fragSource(tcu::StringTemplate(fragmentShaderSource).specialize(args)); in invalid_program_query() local
499 … << vertSource << fragSource); in invalid_program_query()
869 const glu::FragmentSource fragSource( in invalid_write_built_in_constants() local
883 … << glu::ProgramSeparable(true) << fragSource); in invalid_write_built_in_constants()
H A Des31fTextureBorderClampTests.cpp1317 std::ostringstream fragSource; in genGatherProgram() local
1352 fragSource << glslVersionDecl + "\n" in genGatherProgram()
1370 … << glu::FragmentSource(fragSource.str())); in genGatherProgram()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/shaderrender/
H A DvktShaderRenderSwitchTests.cpp55 … const string &fragSource, ShaderEvalFunc evalFunc, UniformSetupFunc setupUniformsFunc);
60 … const string &vtxSource, const string &fragSource, ShaderEvalFunc evalFunc, in ShaderSwitchCase() argument
65 m_fragShaderSource = fragSource; in ShaderSwitchCase()
/aosp_15_r20/external/deqp/modules/gles3/functional/
H A Des3fShaderSwitchTests.cpp52 const char *vtxSource, const char *fragSource, ShaderEvalFunc evalFunc);
57 … const char *vtxSource, const char *fragSource, ShaderEvalFunc evalFunc) in ShaderSwitchCase() argument
62 m_fragShaderSource = fragSource; in ShaderSwitchCase()
H A Des3fTransformFeedbackTests.cpp354 …ic void genShaderSources(const ProgramSpec &spec, std::string &vertSource, std::string &fragSource, in genShaderSources() argument
457 fragSource = frag.str(); in genShaderSources()
463 std::string vertSource, fragSource; in createVertexCaptureProgram() local
465 …genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size require… in createVertexCaptureProgram()
468 … << glu::VertexSource(vertSource) << glu::FragmentSource(fragSource) in createVertexCaptureProgram()
H A Des3fShaderApiTests.cpp467 const char *fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); in compileShaders() local
478 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
/aosp_15_r20/hardware/google/gfxstream/common/end2end/
DGfxstreamEnd2EndGlTests.cpp398 const std::string fragSource = R"(\ in TEST_P() local
411 ScopedGlProgram program = GFXSTREAM_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
505 const std::string fragSource = R"(\ in TEST_P() local
521 ScopedGlProgram program = GFXSTREAM_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
644 const std::string fragSource = R"(\ in TEST_P() local
660 ScopedGlProgram program = GFXSTREAM_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
1088 const std::string fragSource = R"(\ in TEST_P() local
1097 ScopedGlProgram program = GFXSTREAM_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
1598 const std::string fragSource = R"(\ in TEST_P() local
1609 ScopedGlProgram program = GFXSTREAM_ASSERT(SetUpProgram(vertSource, fragSource)); in TEST_P()
DGfxstreamEnd2EndTests.cpp391 const std::string& fragSource) { in MakeProgram() argument
395 GFXSTREAM_EXPECT(ScopedGlShader::MakeShader(dispatch, GL_FRAGMENT_SHADER, fragSource)); in MakeProgram()
476 const std::string& fragSource) { in SetUpProgram() argument
481 return ScopedGlProgram::MakeProgram(*mGl, vertSource, fragSource); in SetUpProgram()
DGfxstreamEnd2EndTests.h542 const std::string& fragSource);
/aosp_15_r20/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp781 void setSources(const string &vertSource, const string &fragSource);
827 void Program::setSources(const string &vertSource, const string &fragSource) in setSources() argument
830 const char *const fragSourceCstr = fragSource.c_str(); in setSources()
833 m_fragSource = fragSource; in setSources()
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DBlendFuncExtendedTest.cpp131 void makeProgram(const char *vertSource, const char *fragSource) in makeProgram() argument
133 mProgram = CompileProgram(vertSource, fragSource); in makeProgram()
/aosp_15_r20/external/deqp/external/openglcts/modules/common/subgroups/
H A DglcSubgroupsTestsUtils.cpp182 string vertSource, tescSource, teseSource, geomSource, fragSource; in makeGraphicsPipeline() local
240 fragSource = shaderSource; in makeGraphicsPipeline()
256 sources << glu::FragmentSource(fragSource); in makeGraphicsPipeline()
276 …binaries << spirvUtils::makeSpirV(log, glu::FragmentSource(fragSource), spirvUtils::SPIRV_VERSION_… in makeGraphicsPipeline()
/aosp_15_r20/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp422 const char *fragSource = getSimpleShaderSource(glu::SHADERTYPE_FRAGMENT); in compileShaders() local
433 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/
H A DvktPipelineColorWriteEnableTests.cpp330 std::ostringstream fragSource; in initPrograms() local
331 fragSource << "#version 450\n" in initPrograms()
336 programCollection.glslSources.add("frag") << glu::FragmentSource(fragSource.str()); in initPrograms()
/aosp_15_r20/external/icu/tools/srcgen/currysrc/libs/
HDorg.eclipse.osgi_3.13.0.v20180409-1500.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...