Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h190 GLuint vaoId() const { return it->first; } in vaoId() function
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h225 GLuint vaoId() const { return it->first; } in vaoId() function
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp469 uint32_t vaoId = stream->getBe32(); in GLEScontext() local