/external/deqp/modules/gles3/functional/ |
D | es3fIndexedStateQueryTests.cpp | 393 GLuint uniformIndices[2] = {0}; in testUniformBuffers() local 394 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers() 403 glBindBufferBase(GL_UNIFORM_BUFFER, uniformIndices[ndx], buffers[ndx]); in testUniformBuffers() 410 glGetIntegeri_v(GL_UNIFORM_BUFFER_BINDING, uniformIndices[ndx], &boundBuffer); in testUniformBuffers() 436 GLuint uniformIndices[2] = {0}; in testUniformBuffers() local 437 glGetUniformIndices(m_program, 2, uniformNames, uniformIndices); in testUniformBuffers() 454 glBindBufferBase(GL_UNIFORM_BUFFER, uniformIndices[0], buffers[0]); in testUniformBuffers() 459 …glBindBufferRange(GL_UNIFORM_BUFFER, uniformIndices[1], buffers[1], rangeBufferOffset, rangeBuffer… in testUniformBuffers() 471 { uniformIndices[0], GL_UNIFORM_BUFFER_START, 0 }, in testUniformBuffers() 472 { uniformIndices[0], GL_UNIFORM_BUFFER_SIZE, 0 }, in testUniformBuffers() [all …]
|
D | es3fShaderStateQueryTests.cpp | 1538 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 …]
|
D | es3fNegativeStateApiTests.cpp | 666 GLuint uniformIndices = -1; in init() 673 glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in init() 679 glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in init()
|
D | es3fUniformApiTests.cpp | 1549 vector<GLuint> uniformIndices (basicUniformReportsRef.size()); in getActiveUniformsiv() local 1560 …rmIndices(programGL, (GLsizei)basicUniformReportsRef.size(), &queryNamesC[0], &uniformIndices[0])); in getActiveUniformsiv() 1562 for (int i = 0; i < (int)uniformIndices.size(); i++) in getActiveUniformsiv() 1564 if (uniformIndices[i] != GL_INVALID_INDEX) in getActiveUniformsiv() 1565 validUniformIndices.push_back(uniformIndices[i]); in getActiveUniformsiv() 1588 for (int unifNdx = 0; unifNdx < (int)uniformIndices.size(); unifNdx++) in getActiveUniformsiv() 1590 if (uniformIndices[unifNdx] == GL_INVALID_INDEX) in getActiveUniformsiv()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcUniformBlockCase.cpp | 1145 std::vector<deUint32> uniformIndices(numActiveUniforms); in getGLUniformLayout() local 1147 uniformIndices[i] = (deUint32)i; in getGLUniformLayout() 1159 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout() 1161 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout() 1163 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout() 1165 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout() 1167 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout() 1169 gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], in getGLUniformLayout() 1171 gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], in getGLUniformLayout() 1173 gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], in getGLUniformLayout()
|
/external/angle/src/libANGLE/capture/ |
D | capture_gles_3_0_params.cpp | 248 const GLuint *uniformIndices, in CaptureGetActiveUniformsiv_uniformIndices() argument 257 CaptureArray(uniformIndices, uniformCount, paramCapture); in CaptureGetActiveUniformsiv_uniformIndices() 264 const GLuint *uniformIndices, in CaptureGetActiveUniformsiv_params() argument 576 GLuint *uniformIndices, in CaptureGetUniformIndices_uniformNames() argument 590 GLuint *uniformIndices, in CaptureGetUniformIndices_uniformIndices() argument 593 CaptureMemory(uniformIndices, sizeof(GLuint) * uniformCount, paramCapture); in CaptureGetUniformIndices_uniformIndices()
|
D | capture_gles_3_0_autogen.h | 227 const GLuint *uniformIndices, 324 GLuint *uniformIndices); 729 const GLuint *uniformIndices, 737 const GLuint *uniformIndices, 897 GLuint *uniformIndices, 904 GLuint *uniformIndices,
|
D | capture_gles_3_0_autogen.cpp | 913 const GLuint *uniformIndices, in CaptureGetActiveUniformsiv() argument 925 InitParamValue(ParamType::TGLuintConstPointer, uniformIndices, &uniformIndicesParam.value); in CaptureGetActiveUniformsiv() 927 uniformIndices, pname, params, in CaptureGetActiveUniformsiv() 946 uniformIndices, pname, params, ¶msParam); in CaptureGetActiveUniformsiv() 1536 GLuint *uniformIndices) in CaptureGetUniformIndices() argument 1549 uniformNames, uniformIndices, &uniformNamesParam); in CaptureGetUniformIndices() 1563 InitParamValue(ParamType::TGLuintPointer, uniformIndices, &uniformIndicesParam.value); in CaptureGetUniformIndices() 1565 uniformNames, uniformIndices, &uniformIndicesParam); in CaptureGetUniformIndices()
|
/external/deqp/modules/glshared/ |
D | glsUniformBlockCase.cpp | 1212 std::vector<deUint32> uniformIndices(numActiveUniforms); in getGLUniformLayout() local 1214 uniformIndices[i] = (deUint32)i; 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() 1231 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout() 1232 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout() 1233 …gl.getActiveUniformsiv(program, (glw::GLsizei)uniformIndices.size(), &uniformIndices[0], GL_UNIFOR… in getGLUniformLayout()
|
/external/angle/src/libANGLE/ |
D | Context_gles_3_0_autogen.h | 70 const GLuint *uniformIndices, GLenum pname, GLint *params); \ 91 const GLchar *const *uniformNames, GLuint *uniformIndices); \
|
D | validationES3_autogen.h | 168 const GLuint *uniformIndices, 238 const GLuint *uniformIndices);
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv3.cpp | 2463 …ces(GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices) in GetUniformIndices() argument 2466 program, uniformCount, uniformNames, uniformIndices); in GetUniformIndices() 2495 uniformIndices[uniformId] = GL_INVALID_INDEX; in GetUniformIndices() 2502 uniformIndices[uniformId] = programObject->getUniformIndex(uniformNames[uniformId]); in GetUniformIndices() 2508 …ActiveUniformsiv(GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,… in GetActiveUniformsiv() argument 2511 program, uniformCount, uniformIndices, pname, uniformIndices); in GetActiveUniformsiv() 2553 const GLuint index = uniformIndices[uniformId]; in GetActiveUniformsiv() 2563 const GLuint index = uniformIndices[uniformId]; in GetActiveUniformsiv()
|
D | entry_points.cpp | 1325 …es(GLuint program, GLsizei uniformCount, const GLchar *const *uniformNames, GLuint *uniformIndices) in glGetUniformIndices() argument 1327 return gl::GetUniformIndices(program, uniformCount, uniformNames, uniformIndices); in glGetUniformIndices() 1330 …ActiveUniformsiv(GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,… in glGetActiveUniformsiv() argument 1332 return gl::GetActiveUniformsiv(program, uniformCount, uniformIndices, pname, params); in glGetActiveUniformsiv()
|
/external/angle/src/libGLESv2/ |
D | entry_points_gles_3_0_autogen.h | 129 const GLuint *uniformIndices, 171 GLuint *uniformIndices);
|
D | entry_points_gles_3_0_autogen.cpp | 1063 const GLuint *uniformIndices, in GL_GetActiveUniformsiv() argument 1071 CID(context), program, uniformCount, (uintptr_t)uniformIndices, in GL_GetActiveUniformsiv() 1080 uniformIndices, pname, params)); in GL_GetActiveUniformsiv() 1083 context->getActiveUniformsiv(programPacked, uniformCount, uniformIndices, pname, in GL_GetActiveUniformsiv() 1087 uniformIndices, pname, params); in GL_GetActiveUniformsiv() 1543 GLuint *uniformIndices) in GL_GetUniformIndices() argument 1549 CID(context), program, uniformCount, (uintptr_t)uniformNames, (uintptr_t)uniformIndices); in GL_GetUniformIndices() 1557 uniformNames, uniformIndices)); in GL_GetUniformIndices() 1560 context->getUniformIndices(programPacked, uniformCount, uniformNames, uniformIndices); in GL_GetUniformIndices() 1563 uniformNames, uniformIndices); in GL_GetUniformIndices()
|
/external/mesa3d/src/mesa/main/ |
D | uniform_query.cpp | 111 const GLuint *uniformIndices, in _mesa_GetActiveUniformsiv() argument 143 uniformIndices[i])) { in _mesa_GetActiveUniformsiv() 151 uniformIndices[i]); in _mesa_GetActiveUniformsiv() 152 if (!_mesa_program_resource_prop(shProg, res, uniformIndices[i], in _mesa_GetActiveUniformsiv()
|
D | uniforms.h | 236 GLuint *uniformIndices); 280 const GLuint *uniformIndices,
|
/external/deqp/framework/opengl/simplereference/ |
D | sglrContextWrapper.hpp | 256 … (deUint32 program, int uniformCount, const char* const* uniformNames, deUint32* uniformIndices); 257 …eUniformsiv (deUint32 program, int uniformCount, const deUint32* uniformIndices, deUint32 pnam…
|
/external/angle/src/libGL/ |
D | entry_points_gl_3_autogen.h | 207 const GLuint *uniformIndices, 215 GLuint *uniformIndices);
|
D | entry_points_gl_3_autogen.cpp | 2420 const GLuint *uniformIndices, in GL_GetActiveUniformsiv() argument 2428 CID(context), program, uniformCount, (uintptr_t)uniformIndices, in GL_GetActiveUniformsiv() 2437 uniformIndices, pname, params)); in GL_GetActiveUniformsiv() 2440 context->getActiveUniformsiv(programPacked, uniformCount, uniformIndices, pname, in GL_GetActiveUniformsiv() 2444 uniformIndices, pname, params); in GL_GetActiveUniformsiv() 2489 GLuint *uniformIndices) in GL_GetUniformIndices() argument 2495 CID(context), program, uniformCount, (uintptr_t)uniformNames, (uintptr_t)uniformIndices); in GL_GetUniformIndices() 2503 uniformNames, uniformIndices)); in GL_GetUniformIndices() 2506 context->getUniformIndices(programPacked, uniformCount, uniformNames, uniformIndices); in GL_GetUniformIndices() 2509 uniformNames, uniformIndices); in GL_GetUniformIndices()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeStateApiTests.cpp | 1012 GLuint uniformIndices = -1; in get_uniform_indices() local 1020 ctx.glGetUniformIndices(shader, 1, &uniformName, &uniformIndices); in get_uniform_indices() 1025 ctx.glGetUniformIndices(invalid, 1, &uniformName, &uniformIndices); in get_uniform_indices()
|
/external/deqp/doc/ |
D | GLES3 Negative API Functions.txt | 99 o glGetActiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint* uniformIndices, GL… 115 … (GLuint program, GLsizei uniformCount, const GLchar* const* uniformNames, GLuint* uniformIndices);
|
/external/swiftshader/include/GLES3/ |
D | gl3.h | 1057 …) (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices); 1058 …UNIFORMSIVPROC) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,… 1162 …s (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices); 1163 …ctiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,…
|
/external/angle/include/GLES3/ |
D | gl3.h | 1038 …) (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices); 1039 …UNIFORMSIVPROC) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,… 1143 …s (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices); 1144 …ctiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,…
|
/external/mesa3d/include/GLES3/ |
D | gl3.h | 1057 …) (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices); 1058 …UNIFORMSIVPROC) (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,… 1162 …s (GLuint program, GLsizei uniformCount, const GLchar *const*uniformNames, GLuint *uniformIndices); 1163 …ctiveUniformsiv (GLuint program, GLsizei uniformCount, const GLuint *uniformIndices, GLenum pname,…
|