Home
last modified time | relevance | path

Searched defs:eglWaitNative (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java53 public native boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java125 boolean eglWaitNative(int engine, Object bindTarget); in eglWaitNative() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java358 public boolean eglWaitNative(int engine, Object bindTarget) { in eglWaitNative() method in EGLLogWrapper
DEGL14.java451 public static native boolean eglWaitNative( in eglWaitNative() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp224 EGLBoolean eglWaitNative(EGLint engine) { in eglWaitNative() function