Searched refs:s_eglIface (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/ |
D | GLESmacros.h | 50 FAIL_IF(!s_eglIface, "null s_eglIface") \ 51 GLEScontext* ctx = s_eglIface->getGLESContext(); \ 56 FAIL_IF(!s_eglIface, "null s_eglIface") \ 58 static_cast<GLEScmContext*>(s_eglIface->getGLESContext()); \ 63 FAIL_IF(!s_eglIface, "null s_eglIface") \ 65 static_cast<GLESv2Context*>(s_eglIface->getGLESContext()); \ 70 RET_AND_FAIL_IF(!s_eglIface, "null s_eglIface", failure_ret) \ 71 GLEScontext* ctx = s_eglIface->getGLESContext(); \ 76 RET_AND_FAIL_IF(!s_eglIface, "null s_eglIface", failure_ret) \ 78 static_cast<GLEScmContext*>(s_eglIface->getGLESContext()); \ [all …]
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglImp.cpp | 95 static const EGLiface s_eglIface = { variable 350 g_eglInfo->setEglIface(&s_eglIface); in eglInitialize() 358 g_eglInfo->setIface(func(&s_eglIface),GLES_1_1); in eglInitialize() 370 g_eglInfo->setIface(func(&s_eglIface),GLES_2_0); in eglInitialize() 381 g_eglInfo->setIface(func(&s_eglIface),GLES_3_0); in eglInitialize() 392 g_eglInfo->setIface(func(&s_eglIface),GLES_3_1); in eglInitialize()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 82 static EGLiface* s_eglIface = NULL; variable 208 GLEScmContext::initGlobal(s_eglIface); in initContext() 335 s_eglIface = (EGLiface*)eglIface; in static_translator_glescm_getIfaces() 2203 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetTexture2DOES() 2242 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetRenderbufferStorageOES()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 377 static EGLiface* s_eglIface = nullptr; variable 381 return s_eglIface; in eglIface() 386 if (!s_eglIface) s_eglIface = iface; in initEglIface()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/ |
D | GLESv2Imp.cpp | 114 static EGLiface* s_eglIface = NULL; variable 246 GLESv2Context::initGlobal(s_eglIface); in initContext() 267 s_eglIface->eglGetGlLibrary()); in createGLESxContext() 397 s_eglIface = (EGLiface*)eglIface; in static_translator_glesv2_getIfaces() 410 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in blitFromCurrentReadBufferANDROID() 4261 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetTexture2DOES() 4341 ImagePtr img = s_eglIface->getEGLImage(imagehndl); in glEGLImageTargetRenderbufferStorageOES()
|
/hardware/google/gfxstream/guest/egl/ |
D | egl.cpp | 1089 static EGLClient_eglInterface s_eglIface = { variable 1111 if (!s_display.initialize(&s_eglIface)) { in eglInitialize()
|