HomeSort by relevance Sort by last modified time
    Searched refs:eglWaitGL (Results 1 - 25 of 26) sorted by null

1 2

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 49 {"eglWaitGL", (void *)eglWaitGL},
egl.cpp     [all...]
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 49 {"eglWaitGL", (void *)eglWaitGL},
egl_dispatch.h 51 eglWaitGL_t eglWaitGL;
96 eglWaitGL_t set_eglWaitGL(eglWaitGL_t f) { eglWaitGL_t retval = eglWaitGL; eglWaitGL = f; return retval;}
egl.cpp 550 EGLBoolean eglWaitGL()
552 return getDispatch()->eglWaitGL();
  /device/google/cuttlefish_common/guest/libs/eglwrapper/
egl.lds 58 eglWaitGL;
egl_wrapper_context.h 35 eglWaitGL_wrapper_proc_t eglWaitGL;
egl_wrapper_context.cpp 35 eglWaitGL = (eglWaitGL_wrapper_proc_t) getProc("eglWaitGL", userData);
egl_wrapper_entry.cpp 30 EGLBoolean eglWaitGL();
188 EGLBoolean eglWaitGL()
191 return ctx->eglWaitGL();
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 38 { "eglWaitGL", (deFunctionPtr)eglWaitGL },
eglwStaticLibrary15.inl 47 { "eglWaitGL", (deFunctionPtr)eglWaitGL },
eglwApi.inl 61 #define eglWaitGL eglwWaitGL
  /external/mesa3d/src/egl/
egl-symbols-check 54 eglWaitGL
  /external/mesa3d/src/egl/main/
eglentrypoint.h 77 EGL_ENTRYPOINT(eglWaitGL)
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 57 EGLBoolean (*eglWaitGL)(void);
main.cpp 535 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void)
692 this->eglWaitGL = egl::WaitGL;
libEGL.cpp     [all...]
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 61 eglw::EGLBoolean eglWaitGL (void);
egluCallLogWrapper.inl 574 eglw::EGLBoolean CallLogWrapper::eglWaitGL ()
577 m_log << TestLog::Message << "eglWaitGL(" << ");" << TestLog::EndMessage;
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 310 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void);
  /external/mesa3d/include/EGL/
egl.h 143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
  /external/swiftshader/include/EGL/
egl.h 143 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL (void);
  /external/swiftshader/third_party/PowerVR_SDK/Shell/API/KEGL/
PVRShellAPI.cpp 835 should call eglWaitGL before accessing the native pixmap from the client."
837 eglWaitGL();
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 486 EGLAPI EGLBoolean EGLAPIENTRY eglWaitGL(void)
488 return libEGL->eglWaitGL();
    [all...]

Completed in 1329 milliseconds

1 2