/external/deqp/modules/gles2/functional/ |
D | es2fShaderApiTests.cpp | 98 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/ |
D | es31fProgramStateQueryTests.cpp | 98 vtxShader.setSources(1, &s_vertexSource, DE_NULL); in iterate() 99 frgShader.setSources(1, &s_fragmentSource, DE_NULL); in iterate()
|
D | es31fShaderMultisampleInterpolationTests.cpp | 1469 shader.setSources(1, &sourceStrPtr, DE_NULL); in iterate()
|
D | es31fGeometryShaderTests.cpp | 3896 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/ |
D | gluShaderProgram.cpp | 65 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()
|
D | gluShaderProgram.hpp | 79 void setSources (int numSourceStrings, const char* const* sourceStrings, const int* lengths);
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderApiTests.cpp | 115 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/ |
D | convert.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/eclipse/
org/ ... |
/external/deqp/modules/glshared/ |
D | glsLongStressCase.cpp | 686 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()
|
D | glsLifetimeTests.cpp | 110 setSources(1, &srcStr, DE_NULL); in CheckedShader()
|