Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fNegativeComputeTests.cpp389 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in program_not_active() local
474 const glu::VertexSource vertSource(tcu::StringTemplate(vertexShaderSource).specialize(args)); in invalid_program_query() local
823 …const glu::VertexSource vertSource (tcu::StringTemplate(genBuiltInSource(glu::SHADERTYPE_VERT… in invalid_write_built_in_constants() local
Des31fNegativeShaderStorageTests.cpp208 const std::string vertSource = genCommonSource(ctx, GL_VERTEX_SHADER); in block_number_limits() local
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSo… in genShaderSources()
424 std::string vertSource, fragSource; in createVertexCaptureProgram() local
Des3fShaderApiTests.cpp459 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
Des3fShaderStateQueryTests.cpp1666 static const char* vertSource = in test() local
/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp405 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); in compileShaders() local
Des2fShaderStateQueryTests.cpp1345 static const char* vertSource = in test() local
/external/deqp/modules/glshared/
DglsLongStressCase.cpp726 void Program::setSources (const string& vertSource, const string& fragSource) in setSources()