Home
last modified time | relevance | path

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

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java52 public native boolean eglWaitGL(); in eglWaitGL() method in EGLImpl
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java349 public boolean eglWaitGL() { in eglWaitGL() method in EGLLogWrapper
DEGL14.java446 public static native boolean eglWaitGL( in eglWaitGL() method in EGL14
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java124 boolean eglWaitGL(); in eglWaitGL() method
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp217 EGLBoolean eglWaitGL(void) { in eglWaitGL() function