Home
last modified time | relevance | path

Searched defs:VAOState (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h164 struct VAOState { struct
165 VAOState() : VAOState(0, NULL, 0) { } in VAOState() argument
166 VAOState(GLuint ibo, ArraysMap* arr, int numVertexAttribBindings) : in VAOState() argument
185 typedef std::unordered_map<GLuint, VAOState> VAOStateMap; argument
/aosp_15_r20/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h191 struct VAOState { struct
192 VAOState(GLuint ibo, int nLoc, int nBindings) : in VAOState() argument
205 typedef std::map<GLuint, VAOState> VAOStateMap; argument
/aosp_15_r20/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp70 VAOState::VAOState(android::base::Stream* stream) { in VAOState() function in VAOState