Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESmacros.h51 GLEScontext* ctx = s_eglIface->getGLESContext(); \
58 static_cast<GLEScmContext*>(s_eglIface->getGLESContext()); \
65 static_cast<GLESv2Context*>(s_eglIface->getGLESContext()); \
71 GLEScontext* ctx = s_eglIface->getGLESContext(); \
78 static_cast<GLEScmContext*>(s_eglIface->getGLESContext()); \
85 static_cast<GLESv2Context*>(s_eglIface->getGLESContext()); \
DTranslatorIfaces.h129 GLEScontext* (*getGLESContext)(); member
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp67 GLEScontext* getGLESContext();
96 .getGLESContext = translator::egl::getGLESContext,
265 GLEScontext* getGLESContext() in getGLESContext() function