Searched defs:eglQueryContext (Results 1 – 6 of 6) sorted by relevance
/frameworks/base/opengl/java/com/google/android/gles_jni/ |
D | EGLImpl.java | 37 …public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, i… in eglQueryContext() method in EGLImpl
|
/frameworks/base/opengl/java/javax/microedition/khronos/egl/ |
D | EGL10.java | 115 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); in eglQueryContext() method
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGLLogWrapper.java | 277 public boolean eglQueryContext(EGLDisplay display, EGLContext context, in eglQueryContext() method in EGLLogWrapper
|
D | EGL14.java | 435 public static native boolean eglQueryContext( in eglQueryContext() method in EGL14
|
/frameworks/native/opengl/libs/EGL/ |
D | eglApi.cpp | 190 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value) { in eglQueryContext() function
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 1896 EGLBoolean eglQueryContext( EGLDisplay dpy, EGLContext ctx, in eglQueryContext() function
|