/aosp_15_r20/hardware/google/gfxstream/common/end2end/ |
D | GfxstreamEnd2EndGlTests.cpp | 381 const std::string vertSource = R"(\ in TEST_P() local 492 const std::string vertSource = R"(\ in TEST_P() local 631 const std::string vertSource = R"(\ in TEST_P() local 1079 const std::string vertSource = R"(\ in TEST_P() local 1588 const std::string vertSource = R"(\ in TEST_P() local
|
D | GfxstreamEnd2EndTests.cpp | 390 const std::string& vertSource, in MakeProgram() 475 Result<ScopedGlProgram> GfxstreamEnd2EndTest::SetUpProgram(const std::string& vertSource, in SetUpProgram()
|
/aosp_15_r20/external/deqp/modules/gles31/functional/ |
H A D | es31fNegativeComputeTests.cpp | 403 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in program_not_active() local 496 … const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in invalid_program_query() local 868 …const glu::VertexSource vertSource(tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_VERTEX)).s… in invalid_write_built_in_constants() local
|
H A D | es31fNegativeShaderStorageTests.cpp | 217 const std::string vertSource = genCommonSource(ctx, GL_VERTEX_SHADER); in block_number_limits() local
|
/aosp_15_r20/external/deqp/modules/gles3/functional/ |
H A D | es3fTransformFeedbackTests.cpp | 354 static void genShaderSources(const ProgramSpec &spec, std::string &vertSource, std::string &fragSou… in genShaderSources() 463 std::string vertSource, fragSource; in createVertexCaptureProgram() local
|
H A D | es3fShaderApiTests.cpp | 466 const char *vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
|
H A D | es3fShaderStateQueryTests.cpp | 1577 static const char *vertSource = "#version 300 es\n" in test() local
|
/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()
|
/aosp_15_r20/external/deqp/modules/gles2/functional/ |
H A D | es2fShaderApiTests.cpp | 421 const char *vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
|
H A D | es2fShaderStateQueryTests.cpp | 1277 static const char *vertSource = "void main (void)\n" in test() local
|
/aosp_15_r20/external/deqp/modules/glshared/ |
H A D | glsLongStressCase.cpp | 827 void Program::setSources(const string &vertSource, const string &fragSource) in setSources()
|
/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
|
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
H A D | vktPipelineColorWriteEnableTests.cpp | 308 std::ostringstream vertSource; in initPrograms() local
|