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

1 2 3

  /device/generic/goldfish/opengl/system/egl/
egl_ftable.h 50 {"eglWaitNative", (void *)eglWaitNative},
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl_ftable.h 50 {"eglWaitNative", (void *)eglWaitNative},
egl_dispatch.h 52 eglWaitNative_t eglWaitNative;
97 eglWaitNative_t set_eglWaitNative(eglWaitNative_t f) { eglWaitNative_t retval = eglWaitNative; eglWaitNative = f; return retval;}
egl.cpp 591 EGLBoolean eglWaitNative(EGLint engine)
593 return getDispatch()->eglWaitNative(engine);
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl_ftable.h 50 {"eglWaitNative", (void *)eglWaitNative},
egl_dispatch.h 52 eglWaitNative_t eglWaitNative;
97 eglWaitNative_t set_eglWaitNative(eglWaitNative_t f) { eglWaitNative_t retval = eglWaitNative; eglWaitNative = f; return retval;}
egl.cpp 214 EGLBoolean eglWaitNative(EGLint engine)
216 return getDispatch()->eglWaitNative(engine);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
EGLDispatch.h 52 eglWaitNative_t eglWaitNative;
EGLDispatch.cpp 66 s_egl.eglWaitNative = (eglWaitNative_t) lib->findSymbol("eglWaitNative");
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 31 EGLBoolean eglWaitNative ( EGLint engine )
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 122 boolean eglWaitNative(int engine, Object bindTarget);
  /frameworks/base/opengl/java/android/opengl/
EGLLogWrapper.java 358 public boolean eglWaitNative(int engine, Object bindTarget) {
359 begin("eglWaitNative");
363 boolean result = mEgl10.eglWaitNative(engine, bindTarget);
EGL14.java 427 // C function EGLBoolean eglWaitNative ( EGLint engine )
429 public static native boolean eglWaitNative(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 48 public native boolean eglWaitNative(int engine, Object bindTarget);
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 221 GLAPI EGLBoolean APIENTRY eglWaitNative (EGLint engine);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /external/webkit/Source/ThirdParty/ANGLE/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /frameworks/native/opengl/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);

Completed in 981 milliseconds

1 2 3