Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLESpointer.cpp53 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()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESpointer.h89 AttribType m_attribType = ARRAY; variable