Searched refs:s_eglIface (Results 1 – 6 of 6) sorted by relevance
/device/generic/vulkan-cereal/stream-servers/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 …]
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/ |
D | EglImp.cpp | 94 static const EGLiface s_eglIface = { variable 346 g_eglInfo->setEglIface(&s_eglIface); in eglInitialize() 354 g_eglInfo->setIface(func(&s_eglIface),GLES_1_1); in eglInitialize() 366 g_eglInfo->setIface(func(&s_eglIface),GLES_2_0); in eglInitialize() 377 g_eglInfo->setIface(func(&s_eglIface),GLES_3_0); in eglInitialize() 388 g_eglInfo->setIface(func(&s_eglIface),GLES_3_1); in eglInitialize()
|
/device/generic/vulkan-cereal/stream-servers/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()
|
/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/GLcommon/ |
D | GLEScontext.cpp | 378 static EGLiface* s_eglIface = nullptr; variable 382 return s_eglIface; in eglIface() 387 if (!s_eglIface) s_eglIface = iface; in initEglIface()
|
/device/generic/vulkan-cereal/stream-servers/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()
|
/device/generic/goldfish-opengl/system/egl/ |
D | egl.cpp | 1116 static EGLClient_eglInterface s_eglIface = { variable 1138 if (!s_display.initialize(&s_eglIface)) { in eglInitialize()
|