Searched refs:vertSource (Results 1 - 6 of 6) sorted by relevance

/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp686 void setSources (const string& vertSource, const string& fragSource);
726 void Program::setSources (const string& vertSource, const string& fragSource) argument
728 const char* const vertSourceCstr = vertSource.c_str();
731 m_vertSource = vertSource;
/external/deqp/modules/gles2/functional/
H A Des2fShaderApiTests.cpp405 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); local
414 glShaderSource(vertShader, 1, &vertSource, 0);
H A Des2fShaderStateQueryTests.cpp1345 static const char* vertSource = local
1358 glShaderSource(shaderVert, 1, &vertSource, DE_NULL);
/external/deqp/modules/gles3/functional/
H A Des3fTransformFeedbackTests.cpp325 static void genShaderSources (const ProgramSpec& spec, std::string& vertSource, std::string& fragSource, bool pointSizeRequired) argument
418 vertSource = vtx.str();
424 std::string vertSource, fragSource; local
426 genShaderSources(spec, vertSource, fragSource, primitiveType == GL_POINTS /* Is point size required? */);
429 << glu::VertexSource(vertSource)
H A Des3fShaderApiTests.cpp459 const char* vertSource = getSimpleShaderSource(glu::SHADERTYPE_VERTEX); local
468 glShaderSource(vertShader, 1, &vertSource, 0);
H A Des3fShaderStateQueryTests.cpp1602 static const char* vertSource = local
1616 glShaderSource(shaderVert, 1, &vertSource, DE_NULL);

Completed in 104 milliseconds