Home
last modified time | relevance | path

Searched refs:getActiveAttributesCountForProgram (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h259 int getActiveAttributesCountForProgram(GLuint program);
/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp928 int GLSharedGroup::getActiveAttributesCountForProgram(GLuint program) { in getActiveAttributesCountForProgram() function in gfxstream::guest::GLSharedGroup
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp6736 …SET_ERROR_IF(index >= ctx->m_shared->getActiveAttributesCountForProgram(program), GL_INVALID_VALUE… in s_glGetActiveAttrib()