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

1 2 3

  /external/swiftshader/src/OpenGL/libEGL/
libEGL.hpp 58 EGLBoolean (*eglWaitNative)(EGLint engine);
main.cpp 506 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine)
604 this->eglWaitNative = egl::WaitNative;
  /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(
  /frameworks/base/opengl/java/com/google/android/gles_jni/
EGLImpl.java 48 public native boolean eglWaitNative(int engine, Object bindTarget);
  /device/generic/goldfish-opengl/tests/gles_android_wrapper/
egl.cpp 555 EGLBoolean eglWaitNative(EGLint engine)
557 return getDispatch()->eglWaitNative(engine);
egl_dispatch.h 52 eglWaitNative_t eglWaitNative;
97 eglWaitNative_t set_eglWaitNative(eglWaitNative_t f) { eglWaitNative_t retval = eglWaitNative; eglWaitNative = f; return retval;}
  /frameworks/base/opengl/java/javax/microedition/khronos/egl/
EGL10.java 123 boolean eglWaitNative(int engine, Object bindTarget);
  /external/mesa3d/src/egl/main/
eglapi.c     [all...]
  /device/generic/goldfish-opengl/system/egl/
egl.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLES_CM/
main.cpp 491 EGLAPI EGLBoolean EGLAPIENTRY eglWaitNative(EGLint engine)
493 return libEGL->eglWaitNative(engine);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp     [all...]
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]
  /external/robolectric/v1/lib/main/
opengl-api-gl1.1-android-2.1_r1.jar 
android.jar 
  /prebuilts/tools/common/m2/repository/org/khronos/opengl-api/gl1.1-android-2.1_r1/
opengl-api-gl1.1-android-2.1_r1.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java 590 eglWaitNative(560, 2019),
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 

Completed in 306 milliseconds

1 2 3