Searched defs:uniformIndex (Results 1 - 5 of 5) sorted by relevance

/external/deqp/modules/gles31/functional/
H A Des31fShaderStateQueryTests.cpp141 const glw::GLuint uniformIndex = 0; local
145 gl.getActiveUniformsiv(program.getProgram(), 1, &uniformIndex, GL_UNIFORM_TYPE, &type);
/external/swiftshader/src/OpenGL/libGL/
H A DProgram.h193 UniformIndex uniformIndex; member in class:gl::Program
/external/swiftshader/src/OpenGL/libGLESv2/
H A DProgram.h311 UniformIndex uniformIndex; member in class:es2::Program
/external/deqp/modules/gles3/functional/
H A Des3fShaderStateQueryTests.cpp1545 const GLuint uniformIndex = uniformIndices[ndx]; local
1548 glGetActiveUniformsiv(program, 1, &uniformIndex, GL_UNIFORM_NAME_LENGTH, &uniformNameLen);
1566 const GLuint uniformIndex = uniformIndices[ndx]; local
1571 glGetActiveUniform(program, uniformIndex, DE_LENGTH_OF_ARRAY(buffer), &written, &size, &type, buffer);
1583 glGetActiveUniform(program, uniformIndex, 1, &written, &size, &type, buffer);
1714 StateQueryMemoryWriteGuard<GLuint> uniformIndex; local
1715 glGetUniformIndices(program, 1, uniformNames, &uniformIndex);
1716 uniformIndex.verifyValidity(m_testCtx);
1718 verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_TYPE, uniformTypes[ndx].type);
1719 verifyActiveUniformParam(m_testCtx, *this, program, uniformIndex, GL_UNIFORM_SIZ
[all...]
/external/mesa3d/src/mesa/main/
H A Duniforms.c1221 _mesa_GetActiveUniformName(GLuint program, GLuint uniformIndex, argument
1245 _mesa_get_program_resource_name(shProg, GL_UNIFORM, uniformIndex, bufSize,

Completed in 108 milliseconds