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

/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.java302 // C function EGLBoolean eglQuerySurface ( EGLDisplay dpy, EGLSurface surface, EGLint attribute, EGLint *value )
304 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.java116 boolean eglQuerySurface(EGLDisplay display, EGLSurface surface, int attribute, int[] value); method in interface:EGL10
/frameworks/native/opengl/libs/EGL/
H A DeglApi.cpp582 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface surface, function
595 return s->cnx->egl.eglQuerySurface(
/frameworks/native/opengl/libagl/
H A Degl.cpp1593 EGLBoolean eglQuerySurface( EGLDisplay dpy, EGLSurface eglSurface, function
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.cpp1574 const GLMessage_Function GLMessage::eglQuerySurface; member in class:android::gltrace::GLMessage
H A Dgltrace.pb.h1922 static const Function eglQuerySurface = GLMessage_Function_eglQuerySurface; member in class:android::gltrace::GLMessage

Completed in 143 milliseconds