Home
last modified time | relevance | path

Searched refs:uniformIndices (Results 1 – 18 of 18) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fIndexedStateQueryTests.cpp314 GLuint uniformIndices[2] = {0}; in testUniformBuffers() local
315 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers()
324 glBindBufferBase(GL_UNIFORM_BUFFER, uniformIndices[ndx], buffers[ndx]); in testUniformBuffers()
331 glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, uniformIndices[ndx], &boundBuffer); in testUniformBuffers()
357 GLuint uniformIndices[2] = {0}; in testUniformBuffers() local
358 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers()
375 glBindBufferBase(GL_UNIFORM_BUFFER, uniformIndices[0], buffers[0]); in testUniformBuffers()
380 …glBindBufferRange(GL_UNIFORM_BUFFER, uniformIndices[1], buffers[1], rangeBufferOffset, rangeBuffer… in testUniformBuffers()
392 { uniformIndices[0], GL_UNIFORM_BUFFER_START, 0 }, in testUniformBuffers()
393 { uniformIndices[0], GL_UNIFORM_BUFFER_SIZE, 0 }, in testUniformBuffers()
[all …]
Des3fShaderStateQueryTests.cpp1538 StateQueryMemoryWriteGuard<GLuint[DE_LENGTH_OF_ARRAY(uniformNames)]> uniformIndices; in test() local
1539 glGetUniformIndices(program, DE_LENGTH_OF_ARRAY(uniformNames), uniformNames, uniformIndices); in test()
1540 uniformIndices.verifyValidity(m_testCtx); in test()
1545 const GLuint uniformIndex = uniformIndices[ndx]; in test()
1566 const GLuint uniformIndex = uniformIndices[ndx]; in test()
1798 StateQueryMemoryWriteGuard<GLuint[DE_LENGTH_OF_ARRAY(uniformNames)]> uniformIndices; in test() local
1801 glGetUniformIndices(program, DE_LENGTH_OF_ARRAY(uniformNames), uniformNames, uniformIndices); in test()
1802 uniformIndices.verifyValidity(m_testCtx); in test()
1805 …glGetActiveUniformsiv(program, DE_LENGTH_OF_ARRAY(uniformNames), uniformIndices, GL_UNIFORM_BLOCK_… in test()
1853 …UniformBlockUniformIndices[0]) != uniformIndices[0] || GLuint(longlongUniformBlockUniformIndices[1… in test()
[all …]
Des3fNegativeStateApiTests.cpp666 GLuint uniformIndices = -1; in init()
673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in init()
679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in init()
Des3fUniformApiTests.cpp1559 vector<GLuint> uniformIndices (basicUniformReportsRef.size()); in getActiveUniformsiv() local
1570 …rmIndices(programGL, (GLsizei)basicUniformReportsRef.size(), &queryNamesC[0], &uniformIndices[0])); in getActiveUniformsiv()
1572 for (int i = 0; i < (int)uniformIndices.size(); i++) in getActiveUniformsiv()
1574 if (uniformIndices[i] != GL_INVALID_INDEX) in getActiveUniformsiv()
1575 validUniformIndices.push_back(uniformIndices[i]); in getActiveUniformsiv()
1598 for (int unifNdx = 0; unifNdx < (int)uniformIndices.size(); unifNdx++) in getActiveUniformsiv()
1600 if (uniformIndices[unifNdx] == GL_INVALID_INDEX) in getActiveUniformsiv()
/external/deqp/modules/glshared/
DglsUniformBlockCase.cpp1209 std::vector<deUint32> uniformIndices(numActiveUniforms); in getGLUniformLayout() local
1211 uniformIndices[i] = (deUint32)i; in getGLUniformLayout()
1223 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
1224 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
1225 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
1226 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
1227 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
1228 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
1229 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
1230 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
/external/mesa3d/src/mesa/main/
Duniform_query.cpp80 const GLuint *uniformIndices, in _mesa_GetActiveUniformsiv() argument
99 GLuint index = uniformIndices[i]; in _mesa_GetActiveUniformsiv()
108 GLuint index = uniformIndices[i]; in _mesa_GetActiveUniformsiv()
Duniforms.h155 const GLuint *uniformIndices,
Duniforms.c568 GLuint *uniformIndices) in _mesa_GetUniformIndices() argument
592 uniformIndices[i] = _mesa_get_uniform_location(ctx, shProg, in _mesa_GetUniformIndices()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp256 … (deUint32 program, int uniformCount, const char* const* uniformNames, deUint32* uniformIndices);
257 …eUniformsiv (deUint32 program, int uniformCount, const deUint32* uniformIndices, deUint32 pnam…
/external/deqp/modules/gles31/functional/
Des31fNegativeStateApiTests.cpp680 GLuint uniformIndices = -1; in get_uniform_indices() local
687 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in get_uniform_indices()
693 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in get_uniform_indices()
/external/deqp/doc/
DGLES3 Negative API Functions.txt99 o glGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GL…
115 … (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1409 … (glw::GLuint program, glw::GLsizei uniformCount, const glw::GLuint *uniformIndices, glw::GLenum p… argument
1412 …ormsiv(" << program << ", " << uniformCount << ", " << getPointerStr(uniformIndices, uniformCount)…
1413 m_gl.getActiveUniformsiv(program, uniformCount, uniformIndices, pname, params);
2196 …ram, glw::GLsizei uniformCount, const glw::GLchar *const*uniformNames, glw::GLuint *uniformIndices) argument
2199 …< ", " << toHex(reinterpret_cast<deUintptr>(static_cast<const void*>(uniformIndices))) << ");" << …
2200 m_gl.getUniformIndices(program, uniformCount, uniformNames, uniformIndices);
2202 …m_log << TestLog::Message << "// uniformIndices = " << getPointerStr(uniformIndices, uniformCount)…
DgluCallLogWrapperApi.inl200 … (glw::GLuint program, glw::GLsizei uniformCount, const glw::GLuint *uniformIndices, glw::GLenum p…
296 …am, glw::GLsizei uniformCount, const glw::GLchar *const*uniformNames, glw::GLuint *uniformIndices);
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl1575 …ctiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,… argument
1579 DE_UNREF(uniformIndices);
2355 …es (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices) argument
2360 DE_UNREF(uniformIndices);
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl1559 void glwGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GL… argument
1564 gl->getActiveUniformsiv(program, uniformCount, uniformIndices, pname, params);
2327 …es (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices) argument
2332 gl->getUniformIndices(program, uniformCount, uniformNames, uniformIndices);
DglwApi.inl860 …niformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,…
956 … (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices);
DglwFunctionTypes.inl200 …msivFunc) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,…
296 … (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices);
/external/mesa3d/include/GL/
Dglext.h7750 … (GLuint program, GLsizei uniformCount, const GLchar* const *uniformNames, GLuint *uniformIndices);
7751 …ctiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,…
7758 … (GLuint program, GLsizei uniformCount, const GLchar* const *uniformNames, GLuint *uniformIndices);
7759 …UNIFORMSIVPROC) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,…