Home
last modified time | relevance | path

Searched refs:EGLiface (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglGlobalInfo.h85 void setEglIface(const EGLiface* iface) { in setEglIface()
89 const EGLiface* getEglIface() { in getEglIface()
133 const EGLiface* m_eglIface = nullptr;
DEglImp.cpp95 static const EGLiface s_eglIface = {
306 GLESiface* static_translator_glescm_getIfaces(const EGLiface*);
307 GLESiface* static_translator_glesv2_getIfaces(const EGLiface*);
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLBackgroundLoader.h30 const EGLiface& eglIface, in GLBackgroundLoader()
51 const EGLiface& m_eglIface;
DTranslatorIfaces.h127 struct EGLiface { struct
163 typedef GLESiface* (*__translator_getGLESIfaceFunc)(const EGLiface*); argument
DObjectNameSpace.h157 void setIfaces(const EGLiface* eglIface, in setIfaces()
172 const EGLiface* m_eglIface = nullptr;
DGLEScontext.h252 static void initGlobal(EGLiface* eglIface);
426 static EGLiface* eglIface();
427 static void initEglIface(EGLiface* iface);
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Context.h44 static void initGlobal(EGLiface* eglIface);
DGLESv2Context.cpp62 void GLESv2Context::initGlobal(EGLiface* iface) { in initGlobal()
DGLESv2Imp.cpp114 static EGLiface* s_eglIface = NULL;
394 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface);
396 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface) { in static_translator_glesv2_getIfaces()
397 s_eglIface = (EGLiface*)eglIface; in static_translator_glesv2_getIfaces()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmContext.h42 static void initGlobal(EGLiface* eglIface);
DGLEScmImp.cpp82 static EGLiface* s_eglIface = NULL;
332 GL_APICALL GLESiface* GL_APIENTRY static_translator_glescm_getIfaces(const EGLiface* eglIface);
334 GLESiface* static_translator_glescm_getIfaces(const EGLiface* eglIface) { in static_translator_glescm_getIfaces()
335 s_eglIface = (EGLiface*)eglIface; in static_translator_glescm_getIfaces()
DGLEScmContext.cpp76 void GLEScmContext::initGlobal(EGLiface* eglIface) { in initGlobal()
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DGLEScontext.cpp377 static EGLiface* s_eglIface = nullptr;
380 EGLiface* GLEScontext::eglIface() { in eglIface()
385 void GLEScontext::initEglIface(EGLiface* iface) { in initEglIface()
389 void GLEScontext::initGlobal(EGLiface* iface) { in initGlobal()