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

1 2 3 4 5 6 7

  /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 555 EGLBoolean eglWaitNative(EGLint engine)
557 return getDispatch()->eglWaitNative(engine);
  /external/deqp/framework/egl/wrapper/
eglwStaticLibrary14.inl 39 { "eglWaitNative", (deFunctionPtr)eglWaitNative },
eglwStaticLibrary15.inl 48 { "eglWaitNative", (deFunctionPtr)eglWaitNative },
eglwApi.inl 64 #define eglWaitNative eglwWaitNative
  /external/mesa3d/src/egl/
egl-symbols-check 47 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 123 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 446 // C function EGLBoolean eglWaitNative ( EGLint engine )
448 public static native boolean eglWaitNative(
  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 58 EGLBoolean (*eglWaitNative)(EGLint engine);
  /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);
  /external/deqp/framework/egl/
egluCallLogWrapperApi.inl 62 eglw::EGLBoolean eglWaitNative (eglw::EGLint engine);
  /development/ndk/platforms/android-14/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /development/ndk/platforms/android-18/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /development/ndk/platforms/android-19/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /development/ndk/platforms/android-21/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /development/ndk/platforms/android-23/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /development/ndk/platforms/android-24/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /development/ndk/platforms/android-9/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /device/generic/goldfish-opengl/system/include/EGL/
egl.h 311 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);
  /external/swiftshader/third_party/PowerVR_SDK/Builds/Include/EGL/
egl.h 312 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine);

Completed in 336 milliseconds

1 2 3 4 5 6 7