Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DglUtils.h62 uint32_t getAttributeCountOfType(GLenum type);
DglUtils.cpp310 uint32_t getAttributeCountOfType(GLenum type) { in getAttributeCountOfType() function
DGLSharedGroup.cpp262 …for (GLuint j = 0; j < getAttributeCountOfType(m_attribIndexes[i].type) * m_attribIndexes[i].size … in compileAttribValidationInfo()