Searched refs:getActiveUniformsCountForProgram (Results 1 – 3 of 3) sorted by relevance
258 int getActiveUniformsCountForProgram(GLuint program);
918 int GLSharedGroup::getActiveUniformsCountForProgram(GLuint program) { in getActiveUniformsCountForProgram() function in gfxstream::guest::GLSharedGroup
6707 … SET_ERROR_IF(index >= ctx->m_shared->getActiveUniformsCountForProgram(program), GL_INVALID_VALUE); in s_glGetActiveUniform()6716 int activeUniformsCount = ctx->m_shared->getActiveUniformsCountForProgram(program); in s_glGetActiveUniformsiv()