/external/deqp/modules/gles31/functional/ |
D | es31fShaderStateQueryTests.cpp | 141 const glw::GLuint uniformIndex = 0; in iterate() local 145 gl.getActiveUniformsiv(program.getProgram(), 1, &uniformIndex, GL_UNIFORM_TYPE, &type); in iterate()
|
D | es31fBasicComputeShaderTests.cpp | 1492 …const deUint32 uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_coun… in iterate() local 1493 …Index = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, uniformIndex, GL_ATOMIC_COUN… in iterate() 1525 …const deUint32 uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_cou… in iterate() local 1526 …formOffset = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, uniformIndex, GL_OFFSET); in iterate() 1527 …Index = getProgramResourceUint(gl, program.getProgram(), GL_UNIFORM, uniformIndex, GL_ATOMIC_COUN… in iterate()
|
D | es31fProgramInterfaceQueryTests.cpp | 1443 glw::GLuint uniformIndex; in iterate() local 1456 …uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_uniformWithALongNam… in iterate() 1459 if (uniformIndex == GL_INVALID_INDEX) in iterate() 1508 …gl.getProgramResourceName(program.getProgram(), GL_UNIFORM, uniformIndex, querySizes[ndx].querySiz… in iterate() 1569 glw::GLuint uniformIndex; in iterate() local 1582 uniformIndex = gl.getProgramResourceIndex(program.getProgram(), GL_UNIFORM, "u_uniform"); in iterate() 1585 if (uniformIndex == GL_INVALID_INDEX) in iterate() 1623 …gl.getProgramResourceiv(program.getProgram(), GL_UNIFORM, uniformIndex, querySizes[ndx].numProps, … in iterate()
|
/external/mesa3d/src/mesa/main/ |
D | uniforms.c | 766 _mesa_GetActiveUniformName(GLuint program, GLuint uniformIndex, in _mesa_GetActiveUniformName() argument 792 if (uniformIndex >= shProg->NumUserUniformStorage) { in _mesa_GetActiveUniformName() 799 shProg->UniformStorage[uniformIndex].name); in _mesa_GetActiveUniformName()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 1545 const GLuint uniformIndex = uniformIndices[ndx]; in test() local 1548 glGetActiveUniformsiv(program, 1, &uniformIndex, GL_UNIFORM_NAME_LENGTH, &uniformNameLen); in test() 1566 const GLuint uniformIndex = uniformIndices[ndx]; in test() local 1571 …glGetActiveUniform(program, uniformIndex, DE_LENGTH_OF_ARRAY(buffer), &written, &size, &type, buff… in test() 1583 glGetActiveUniform(program, uniformIndex, 1, &written, &size, &type, buffer); in test() 1714 StateQueryMemoryWriteGuard<GLuint> uniformIndex; in test() local 1715 glGetUniformIndices(program, 1, uniformNames, &uniformIndex); in test() 1716 uniformIndex.verifyValidity(m_testCtx); in test() 1718 …verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_TYPE, uniformTypes[… in test() 1719 …verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_SIZE, uniformTypes[… in test() [all …]
|
/external/opencv3/modules/core/src/ |
D | gl_core_3_1.hpp | 1344 …extern void (CODEGEN_FUNCPTR *GetActiveUniformName)(GLuint program, GLuint uniformIndex, GLsizei b…
|
D | gl_core_3_1.cpp | 2317 …static void CODEGEN_FUNCPTR Switch_GetActiveUniformName(GLuint program, GLuint uniformIndex, GLsiz… in Switch_GetActiveUniformName() argument 2320 GetActiveUniformName(program, uniformIndex, bufSize, length, uniformName); in Switch_GetActiveUniformName()
|
/external/deqp/framework/platform/null/ |
D | tcuNullRenderContextFuncs.inl | 1565 GLW_APICALL void GLW_APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei … argument 1568 DE_UNREF(uniformIndex);
|
/external/deqp/framework/opengl/ |
D | gluCallLogWrapper.inl | 1402 void CallLogWrapper::glGetActiveUniformName (glw::GLuint program, glw::GLuint uniformIndex, glw::GL… argument 1405 …m_log << TestLog::Message << "glGetActiveUniformName(" << program << ", " << uniformIndex << ", " … 1406 m_gl.getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
|
D | gluCallLogWrapperApi.inl | 199 void glGetActiveUniformName (glw::GLuint program, glw::GLuint uniformIndex, glw::GLsizei …
|
/external/deqp/framework/opengl/wrapper/ |
D | glwImpl.inl | 1551 void glwGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length… argument 1556 gl->getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
|
D | glwApi.inl | 859 void glwGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei…
|
D | glwFunctionTypes.inl | 199 …W_APIENTRY* glGetActiveUniformNameFunc) (GLuint program, GLuint uniformIndex, GLsizei bufSiz…
|
/external/mesa3d/include/GL/ |
D | glext.h | 7752 GLAPI void APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, G… 7760 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsize…
|