Home
last modified time | relevance | path

Searched refs:uniformIndex (Results 1 – 14 of 14) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp141 const glw::GLuint uniformIndex = 0; in iterate() local
145 gl.getActiveUniformsiv(program.getProgram(), 1, &uniformIndex, GL_UNIFORM_TYPE, &type); in iterate()
Des31fBasicComputeShaderTests.cpp1492 …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()
Des31fProgramInterfaceQueryTests.cpp1443 glw::GLuint uniformIndex; in iterate() local
1456uniformIndex = 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/
Duniforms.c766 _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/
Des3fShaderStateQueryTests.cpp1545 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/
Dgl_core_3_1.hpp1344 …extern void (CODEGEN_FUNCPTR *GetActiveUniformName)(GLuint program, GLuint uniformIndex, GLsizei b…
Dgl_core_3_1.cpp2317 …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/
DtcuNullRenderContextFuncs.inl1565 GLW_APICALL void GLW_APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei … argument
1568 DE_UNREF(uniformIndex);
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl1402 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);
DgluCallLogWrapperApi.inl199 void glGetActiveUniformName (glw::GLuint program, glw::GLuint uniformIndex, glw::GLsizei …
/external/deqp/framework/opengl/wrapper/
DglwImpl.inl1551 void glwGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei *length… argument
1556 gl->getActiveUniformName(program, uniformIndex, bufSize, length, uniformName);
DglwApi.inl859 void glwGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, GLsizei…
DglwFunctionTypes.inl199 …W_APIENTRY* glGetActiveUniformNameFunc) (GLuint program, GLuint uniformIndex, GLsizei bufSiz…
/external/mesa3d/include/GL/
Dglext.h7752 GLAPI void APIENTRY glGetActiveUniformName (GLuint program, GLuint uniformIndex, GLsizei bufSize, G…
7760 typedef void (APIENTRYP PFNGLGETACTIVEUNIFORMNAMEPROC) (GLuint program, GLuint uniformIndex, GLsize…