Home
last modified time | relevance | path

Searched refs:eglQueryContext (Results 1 – 24 of 24) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec13 eglQueryContext check value 1
H A DEGL14.spec29 EGLBoolean eglQueryContext ( EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint *value )
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryContext);
220 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryContext); in init_stub_library()
H A Dstubs_arm64.cc106 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglQueryContext);
220 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglQueryContext); in init_stub_library()
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt52 eglQueryContext;
H A Dplatform_entries.in19 EGL_ENTRY(EGLBoolean, eglQueryContext, EGLDisplay, EGLContext, EGLint, EGLint*)
/aosp12/frameworks/base/opengl/java/javax/microedition/khronos/egl/
H A DEGL10.java116 boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, int[] value); in eglQueryContext() method
/aosp12/frameworks/native/opengl/tests/angeles/include/GLES/
H A Degl.h218 GLAPI EGLBoolean APIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint…
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGLLogWrapper.java277 public boolean eglQueryContext(EGLDisplay display, EGLContext context, in eglQueryContext() method in EGLLogWrapper
284 boolean result = mEgl10.eglQueryContext(display, context, attribute, in eglQueryContext()
H A DEGL14.java436 public static native boolean eglQueryContext( in eglQueryContext() method in EGL14
/aosp12/frameworks/base/opengl/java/com/google/android/gles_jni/
H A DEGLImpl.java37 …public native boolean eglQueryContext(EGLDisplay display, EGLContext context, int attribute, i… in eglQueryContext() method in EGLImpl
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in19 EGL_ENTRY(EGLBoolean, eglQueryContext, EGLDisplay, EGLContext, EGLint, EGLint *)
H A DeglApi.cpp189 EGLBoolean eglQueryContext(EGLDisplay dpy, EGLContext ctx, EGLint attribute, EGLint* value) { in eglQueryContext() function
193 return cnx->platform.eglQueryContext(dpy, ctx, attribute, value); in eglQueryContext()
H A Degl_platform_entries.cpp1051 return c->cnx->egl.eglQueryContext(dp->disp.dpy, c->context, attribute, value); in eglQueryContextImpl()
/aosp12/frameworks/native/services/surfaceflinger/tests/
H A DBufferGenerator.cpp162 if (!eglQueryContext(mEglDisplay, mEglContext, EGL_CONTEXT_CLIENT_VERSION, &majorVersion)) { in initialize()
/aosp12/frameworks/native/opengl/include/EGL/
H A Degl.h138 EGLAPI EGLBoolean EGLAPIENTRY eglQueryContext (EGLDisplay dpy, EGLContext ctx, EGLint attribute, EG…
/aosp12/frameworks/base/core/jni/
H A Dandroid_graphics_SurfaceTexture.cpp77 eglQueryContext(dpy, ctx, EGL_PROTECTED_CONTENT_EXT, &isProtected); in isProtectedContext()
H A Dcom_google_android_gles_jni_EGLImpl.cpp149 success = eglQueryContext(dpy, ctx, attribute, base); in jni_eglQueryContext()
H A Dandroid_opengl_EGL14.cpp1150 _returnValue = eglQueryContext( in android_eglQueryContext()
/aosp12/frameworks/native/libs/renderengine/skia/
H A DSkiaGLRenderEngine.cpp1412 eglQueryContext(mEGLDisplay, mEGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &value); in getContextPriority()
/aosp12/frameworks/native/libs/renderengine/gl/
H A DGLESRenderEngine.cpp833 eglQueryContext(mEGLDisplay, mEGLContext, EGL_CONTEXT_PRIORITY_LEVEL_IMG, &value); in getContextPriority()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27666 …method public static boolean eglQueryContext(android.opengl.EGLDisplay, android.opengl.EGLContext,…
56948 …method public boolean eglQueryContext(javax.microedition.khronos.egl.EGLDisplay, javax.microeditio…
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt18681 …method public static boolean eglQueryContext(android.opengl.EGLDisplay, android.opengl.EGLContext,…
51695 …method public abstract boolean eglQueryContext(javax.microedition.khronos.egl.EGLDisplay, javax.mi…