Searched defs:eglQuerySurface (Results 1 - 7 of 7) sorted by relevance

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp102 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, function
/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java303 public boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, method in class:EGLLogWrapper
305 begin("eglQuerySurface");
310 boolean result = mEgl10.eglQuerySurface(display, surface, attribute,
H A DEGL14.java303 // C function EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
305 public static native boolean eglQuerySurface( method in class:EGL14
/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java33 public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); method in class:EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java117 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); method in interface:EGL10
/frameworks/native/opengl/libagl/
H A Degl.cpp1634 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, function
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp648 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface, function
661 return s->cnx->egl.eglQuerySurface(

Completed in 537 milliseconds