Home
last modified time | relevance | path

Searched refs:m_attribIndexes (Results 1 – 2 of 2) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLSharedGroup.cpp46 m_attribIndexes = NULL; in ProgramData()
59 delete [] m_attribIndexes; in initProgramData()
62 m_attribIndexes = new AttribInfo[m_numAttributes]; in initProgramData()
72 delete [] m_attribIndexes; in ~ProgramData()
95 m_attribIndexes[index].attribLoc = attribLoc; in setAttribInfo()
96 m_attribIndexes[index].size = size; in setAttribInfo()
97 m_attribIndexes[index].type = type; in setAttribInfo()
250 if (!m_attribIndexes) { in compileAttribValidationInfo()
256 if (m_attribIndexes[i].attribLoc < 0) continue; in compileAttribValidationInfo()
262 …for (GLuint j = 0; j < getAttributeCountOfType(m_attribIndexes[i].type) * m_attribIndexes[i].size … in compileAttribValidationInfo()
[all …]
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLSharedGroup.h89 AttribInfo* m_attribIndexes; variable