Searched refs:m_attribType (Results 1 – 2 of 2) sorted by relevance
53 switch (m_attribType) { in getData()89 return m_attribType; in getAttribType()117 m_attribType = ARRAY; in setArray()139 m_attribType = BUFFER; in setBuffer()146 m_attribType = VALUE; in setValue()180 if (m_attribType != BUFFER) return; in restoreBufferObj()190 m_attribType = (GLESpointer::AttribType)stream->getByte(); in onLoad()192 if (m_attribType == ARRAY) { in onLoad()213 stream->putByte(m_attribType); in onSave()215 if (m_attribType == ARRAY) { in onSave()
89 AttribType m_attribType = ARRAY; variable