Home
last modified time | relevance | path

Searched defs:vertSource (Results 1 – 11 of 11) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fNegativeComputeTests.cpp403 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
Des31fNegativeShaderStorageTests.cpp217 const std::string vertSource = genCommonSource(ctx, GL_VERTEX_SHADER); in block_number_limits() local
/external/angle/src/tests/gl_tests/
DBlendFuncExtendedTest.cpp131 void makeProgram(const char *vertSource, const char *fragSource) in makeProgram()
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp354 static void genShaderSources(const ProgramSpec &spec, std::string &vertSource, std::string &fragSou… in genShaderSources()
463 std::string vertSource, fragSource; in createVertexCaptureProgram() local
Des3fShaderApiTests.cpp466 const char *vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
Des3fShaderStateQueryTests.cpp1577 static const char *vertSource = "#version 300 es\n" in test() local
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp421 const char *vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
Des2fShaderStateQueryTests.cpp1277 static const char *vertSource = "void main (void)\n" in test() local
/external/deqp/modules/glshared/
DglsLongStressCase.cpp827 void Program::setSources(const string &vertSource, const string &fragSource) in setSources()
/external/deqp/external/openglcts/modules/common/subgroups/
DglcSubgroupsTestsUtils.cpp182 string vertSource, tescSource, teseSource, geomSource, fragSource; in makeGraphicsPipeline() local
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineColorWriteEnableTests.cpp308 std::ostringstream vertSource; in initPrograms() local