Home
last modified time | relevance | path

Searched defs:eglQueryContext (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/opengl/java/com/google/android/gles_jni/
DEGLImpl.java37 …public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, i… in eglQueryContext() method in EGLImpl
/frameworks/base/opengl/java/javax/microedition/khronos/egl/
DEGL10.java115 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); in eglQueryContext() method
/frameworks/base/opengl/java/android/opengl/
DEGLLogWrapper.java277 public boolean eglQueryContext(EGLDisplay display, EGLContext context, in eglQueryContext() method in EGLLogWrapper
DEGL14.java435 public static native boolean eglQueryContext( in eglQueryContext() method in EGL14
/frameworks/native/opengl/libs/EGL/
DeglApi.cpp190 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value) { in eglQueryContext() function
/frameworks/native/opengl/libagl/
Degl.cpp1896 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext() function