Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h168 vertexAttribInfo(numVertexAttribBindings), in VAOState()
176 VertexAttribInfoVector vertexAttribInfo; member
194 return it->second.vertexAttribInfo; in attribInfo_const()
198 return it->second.vertexAttribInfo; in attribInfo()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.cpp258 (GLESpointer*)(vaoIte.second.vertexAttribInfo.data() + i); in postLoadRestoreCtx()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp73 vertexAttribInfo.clear(); in VAOState()
75 vertexAttribInfo.emplace_back(stream); in VAOState()
100 vertexAttribInfo[i].onSave(stream); in onSave()