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

/frameworks/base/libs/hwui/debug/
H A Dnullegl.cpp99 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { 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/libs/EGL/
H A DeglApi.cpp867 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface, function
887 return s->cnx->egl.eglQuerySurface(dp->disp.dpy, s->surface, attribute, value);
/frameworks/native/opengl/libagl/
H A Degl.cpp1654 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, function

Completed in 82 milliseconds