Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/debug/
Dnullegl.cpp99 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface() function
/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java38 …public native boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, i… in eglQuerySurface() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java117 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); in eglQuerySurface() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java303 public boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, in eglQuerySurface() method in EGLLogWrapper
DEGL14.java307 public static native boolean eglQuerySurface( in eglQuerySurface() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp153 EGLBoolean eglQuerySurface(EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint* value) { in eglQuerySurface() function
/frameworks/native/opengl/libagl/
Degl.cpp1654 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, in eglQuerySurface() function