Home
last modified time | relevance | path

Searched refs:GLESiface (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglGlobalInfo.h81 void setIface(const GLESiface* iface, GLESVersion ver) { in setIface()
95 const GLESiface* getIface(GLESVersion ver) const { in getIface()
132 const GLESiface* m_gles_ifaces[MAX_GLES_VERSION] = {};
DClientAPIExts.h24 void initClientFuncs(const GLESiface *iface, int idx);
DEglImp.cpp107 const GLESiface* iface = g_eglInfo->getIface(version); in initGLESx()
306 GLESiface* static_translator_glescm_getIfaces(const EGLiface*);
307 GLESiface* static_translator_glesv2_getIfaces(const EGLiface*);
1002 const GLESiface* iface = g_eglInfo->getIface(glesVersion); in eglCreateOrLoadContext()
1379 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in getEGLImage()
1384 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in getEGLImage()
1472 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglDestroyImageKHR()
1497 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglCreateSyncKHR()
1508 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglClientWaitSyncKHR()
1535 const GLESiface* iface = g_eglInfo->getIface(GLES_2_0); in eglDestroySyncKHR()
[all …]
DClientAPIExts.cpp66 void initClientFuncs(const GLESiface *iface, int idx) in initClientFuncs()
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLBackgroundLoader.h31 const GLESiface& glesIface, in GLBackgroundLoader()
52 const GLESiface& m_glesIface;
DTranslatorIfaces.h120 } GLESiface; typedef
163 typedef GLESiface* (*__translator_getGLESIfaceFunc)(const EGLiface*);
DObjectNameSpace.h158 const GLESiface* glesIface) { in setIfaces()
173 const GLESiface* m_glesIface = nullptr;
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp83 static GLESiface s_glesIface = {
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()
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv2Imp.cpp115 static GLESiface s_glesIface = {
394 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface);
396 GLESiface* static_translator_glesv2_getIfaces(const EGLiface* eglIface) { in static_translator_glesv2_getIfaces()