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

1 2 3

  /device/generic/goldfish-opengl/system/egl/
egl_ftable.h 35 {"eglWaitClient", (void *)eglWaitClient},
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl_ftable.h 35 {"eglWaitClient", (void *)eglWaitClient},
egl_dispatch.h 37 eglWaitClient_t eglWaitClient;
82 eglWaitClient_t set_eglWaitClient(eglWaitClient_t f) { eglWaitClient_t retval = eglWaitClient; eglWaitClient = f; return retval;}
egl.cpp 390 EGLBoolean eglWaitClient()
392 return getDispatch()->eglWaitClient();
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 37 { "eglWaitClient", (deFunctionPtr)eglWaitClient },
eglwStaticLibrary15.inl 46 { "eglWaitClient", (deFunctionPtr)eglWaitClient },
eglwApi.inl 58 #define eglWaitClient eglwWaitClient
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 16 EGLBoolean eglWaitClient ( void )
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 323 // C function EGLBoolean eglWaitClient ( void )
325 public static native boolean eglWaitClient(
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 60 eglw::EGLBoolean eglWaitClient (void);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /external/mesa3d/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /frameworks/native/opengl/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/EGL/
egl.h 280 EGLAPI EGLBoolean EGLAPIENTRY eglWaitClient(void);

Completed in 688 milliseconds

1 2 3