Home
last modified time | relevance | path

Searched refs:eglCreatePlatformPixmapSurface (Results 1 – 11 of 11) sorted by relevance

/aosp12/frameworks/native/opengl/tools/glgen/specs/egl/
H A Dchecks.spec14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
15 eglCreatePlatformPixmapSurface unsupported
/aosp12/frameworks/libs/native_bridge_support/libEGL/
H A Dstubs_arm.cc65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformPixmapSurface);
179 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformPixmapSurface); in init_stub_library()
H A Dstubs_arm64.cc65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformPixmapSurface);
179 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformPixmapSurface); in init_stub_library()
/aosp12/frameworks/base/opengl/java/android/opengl/
H A DEGL15.java138 public static native EGLSurface eglCreatePlatformPixmapSurface( in eglCreatePlatformPixmapSurface() method in EGL15
/aosp12/frameworks/native/opengl/libs/
H A DlibEGL.map.txt16 eglCreatePlatformPixmapSurface; # introduced=29
H A Dplatform_entries.in11 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib…
/aosp12/frameworks/native/opengl/libs/EGL/
H A Degl_entries.in52 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void *, const EGLAttri…
H A DeglApi.cpp130 EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void* native_pixmap, in eglCreatePlatformPixmapSurface() function
135 return cnx->platform.eglCreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()
H A Degl_display.cpp299 !cnx->egl.eglCreatePlatformPixmapSurface || !cnx->egl.eglCreateSync || in initialize()
/aosp12/frameworks/native/opengl/include/EGL/
H A Degl.h295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt27797 …method public static android.opengl.EGLSurface eglCreatePlatformPixmapSurface(android.opengl.EGLDi…