Home
last modified time | relevance | path

Searched refs:setSources (Results 1 - 15 of 15) sorted by relevance

/third_party/vk-gl-cts/modules/gles2/functional/
H A 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()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativePreciseTests.cpp150 shader.setSources(1, &source, &length); in generateAndVerifyShader()
H A Des31fNegativeSampleVariablesTests.cpp56 shader.setSources(1, &source, &length); in verifyShader()
H A Des31fProgramStateQueryTests.cpp381 vtxShader.setSources(1, &vtxSourcePtr, DE_NULL); in iterate()
382 frgShader.setSources(1, &fragSourcePtr, DE_NULL); in iterate()
H A Des31fNegativeShaderDirectiveTests.cpp87 shader.setSources(1, &source, &length); in verifyShader()
H A Des31fShaderMultisampleInterpolationTests.cpp1517 shader.setSources(1, &sourceStrPtr, DE_NULL);
H A Des31fGeometryShaderTests.cpp4069 vertexShader.setSources(1, &vtxSourcePtr, DE_NULL);
4070 fragmentShader.setSources(1, &fragSourcePtr, DE_NULL);
4071 geometryShader.setSources(1, &geomSourcePtr, DE_NULL);
H A Des31fNegativeShaderFunctionTests.cpp190 shader.setSources(1, &source, &length); in verifyShader()
/third_party/vk-gl-cts/modules/gles3/functional/
H A 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()
/third_party/vk-gl-cts/framework/opengl/
H A DgluShaderProgram.cpp65 void Shader::setSources (int numSourceStrings, const char* const* sourceStrings, const int* lengths) in setSources() function in glu::Shader
408 m_shaders[shaderType].back()->setSources(1, &source, &length); in init()
H A DgluShaderProgram.hpp91 void setSources (int numSourceStrings, const char* const* sourceStrings, const int* lengths);
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcParallelShaderCompileTests.cpp268 vertexShader.setSources(2, vSources, vLengths); in iterate()
H A DglcPackedDepthStencilTests.cpp587 vs.setSources(2, vSources, vLengths); in createProgram()
595 fs.setSources(2, fSources, fLengths); in createProgram()
/third_party/vk-gl-cts/modules/glshared/
H A 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.shaderNameManglingSuffix), in iterate()
H A DglsLifetimeTests.cpp112 setSources(1, &srcStr, DE_NULL); in CheckedShader()

Completed in 33 milliseconds