HomeSort by relevance Sort by last modified time
    Searched refs:s_eglIface (Results 1 - 5 of 5) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESmacros.h 5 if(!s_eglIface) return; \
6 GLEScontext *ctx = s_eglIface->getGLESContext(); \
9 if(!s_eglIface) return; \
10 GLEScmContext *ctx = static_cast<GLEScmContext *>(s_eglIface->getGLESContext()); \
14 if(!s_eglIface) return; \
15 GLESv2Context *ctx = static_cast<GLESv2Context *>(s_eglIface->getGLESContext()); \
19 if(!s_eglIface) return failure_ret; \
20 GLEScontext *ctx = s_eglIface->getGLESContext(); \
24 if(!s_eglIface) return failure_ret; \
25 GLEScmContext *ctx = static_cast<GLEScmContext *>(s_eglIface->getGLESContext());
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 473 static EGLClient_eglInterface s_eglIface = {
495 if (!s_display.initialize(&s_eglIface)) {
533 if (!s_display.initialize(&s_eglIface)) {
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 63 static EGLiface s_eglIface = {
207 g_eglInfo->setIface(func(&s_eglIface),GLES_1_1);
217 g_eglInfo->setIface(func(&s_eglIface),GLES_2_0);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 56 static EGLiface* s_eglIface = NULL;
167 s_eglIface = eglIface;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 53 static EGLiface* s_eglIface = NULL;
113 s_eglIface = eglIface;
    [all...]

Completed in 1033 milliseconds