Home
last modified time | relevance | path

Searched refs:setSources (Results 1 – 10 of 10) sorted by relevance

/external/deqp/modules/gles2/functional/
Des2fShaderApiTests.cpp98 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]); in setShaderSources()
100 shader.setSources((int)cStrings.size(), &cStrings[0], 0); in setShaderSources()
281 m_shaders[shaderType]->setSources(1, &cSource, 0); in setSource()
610 shader.setSources(1, &firstSource, 0); in test()
615 shader.setSources(1, &secondSource, 0); in test()
710 supportShader.setSources(1, &supportShaderSource, 0); in buildProgram()
/external/deqp/modules/gles31/functional/
Des31fProgramStateQueryTests.cpp98 vtxShader.setSources(1, &s_vertexSource, DE_NULL); in iterate()
99 frgShader.setSources(1, &s_fragmentSource, DE_NULL); in iterate()
Des31fShaderMultisampleInterpolationTests.cpp1469 shader.setSources(1, &sourceStrPtr, DE_NULL); in iterate()
Des31fGeometryShaderTests.cpp3896 vertexShader.setSources(1, &s_vertexSource, DE_NULL); in iterate()
3897 fragmentShader.setSources(1, &s_fragmentSource, DE_NULL); in iterate()
3898 geometryShader.setSources(1, geometrySourceArray, DE_NULL); in iterate()
/external/deqp/framework/opengl/
DgluShaderProgram.cpp65 void Shader::setSources (int numSourceStrings, const char* const* sourceStrings, const int* lengths) in setSources() function in glu::Shader
337 m_shaders[shaderType].back()->setSources(1, &source, &length); in init()
DgluShaderProgram.hpp79 void setSources (int numSourceStrings, const char* const* sourceStrings, const int* lengths);
/external/deqp/modules/gles3/functional/
Des3fShaderApiTests.cpp115 shader.setSources((int)cStrings.size(), &cStrings[0], &sources.lengths[0]); in setShaderSources()
117 shader.setSources((int)cStrings.size(), &cStrings[0], 0); in setShaderSources()
334 m_shaders[shaderType]->setSources(1, &cSource, 0); in setSource()
667 shader.setSources(1, &firstSource, 0); in test()
672 shader.setSources(1, &secondSource, 0); in test()
770 supportShader.setSources(1, &supportShaderSource, 0); in buildProgram()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/93/1/.cp/
Dconvert.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/ ...
/external/deqp/modules/glshared/
DglsLongStressCase.cpp686 void setSources (const string& vertSource, const string& fragSource);
726 void Program::setSources (const string& vertSource, const string& fragSource) in setSources() function in deqp::gls::LongStressCaseInternal::Program
1288 …prog.setSources(mangleShaderNames(programContext.vertexSource, programResources.shaderNameMangling… in iterate()
DglsLifetimeTests.cpp110 setSources(1, &srcStr, DE_NULL); in CheckedShader()