HomeSort by relevance Sort by last modified time
    Searched defs:eglWaitClient (Results 1 - 19 of 19) sorted by null

  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 43 EGLBoolean (*eglWaitClient)(void);
main.cpp 439 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void)
597 this->eglWaitClient = egl::WaitClient;
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 390 EGLBoolean eglWaitClient()
392 return getDispatch()->eglWaitClient();
egl_dispatch.h 37 eglWaitClient_t eglWaitClient;
82 eglWaitClient_t set_eglWaitClient(eglWaitClient_t f) { eglWaitClient_t retval = eglWaitClient; eglWaitClient = f; return retval;}
  /external/mesa3d/src/egl/main/
eglapi.c     [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 324 // C function EGLBoolean eglWaitClient ( void )
326 public static native boolean eglWaitClient(