/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeShaderStorageTests.cpp | 218 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 D | es31fNegativeComputeTests.cpp | 404 … 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 D | es31fTextureBorderClampTests.cpp | 1317 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 D | vktShaderRenderSwitchTests.cpp | 55 … 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 D | es3fShaderSwitchTests.cpp | 52 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 D | es3fTransformFeedbackTests.cpp | 354 …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 D | es3fShaderApiTests.cpp | 467 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/ |
D | GfxstreamEnd2EndGlTests.cpp | 398 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()
|
D | GfxstreamEnd2EndTests.cpp | 391 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()
|
D | GfxstreamEnd2EndTests.h | 542 const std::string& fragSource);
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsLongStressCase.cpp | 781 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 D | BlendFuncExtendedTest.cpp | 131 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 D | glcSubgroupsTestsUtils.cpp | 182 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 D | es2fShaderApiTests.cpp | 422 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 D | vktPipelineColorWriteEnableTests.cpp | 330 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/ |
HD | org.eclipse.osgi_3.13.0.v20180409-1500.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSE_.SF
META-INF/ECLIPSE_ ... |