Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLEScontext.h485 ObjectLocalName getVAOLocalName(unsigned int p_globalName);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp2113 *params = ctx->getVAOLocalName(i); in s_glStateQueryTv()
2412 TO_GLBOOL(params, ctx->getVAOLocalName(i)); in glGetBooleanv()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp3259 ObjectLocalName GLEScontext::getVAOLocalName(unsigned int p_globalName) { in getVAOLocalName() function in GLEScontext