Searched refs:eglCreatePlatformPixmapSurface (Results 1 – 13 of 13) sorted by relevance
/frameworks/native/opengl/tools/glgen/specs/egl/ |
D | checks.spec | 14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE 15 eglCreatePlatformPixmapSurface unsupported
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 138 public static native EGLSurface eglCreatePlatformPixmapSurface( in eglCreatePlatformPixmapSurface() method in EGL15
|
/frameworks/libs/native_bridge_support/android_api/libEGL/ |
D | stubs_riscv64.cc | 70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformPixmapSurface); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformPixmapSurface); in init_stub_library()
|
D | stubs_arm64.cc | 70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformPixmapSurface); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformPixmapSurface); in init_stub_library()
|
D | stubs_arm.cc | 70 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformPixmapSurface); 189 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformPixmapSurface); in init_stub_library()
|
/frameworks/native/opengl/libs/ |
D | libEGL.map.txt | 16 eglCreatePlatformPixmapSurface; # introduced=29
|
D | platform_entries.in | 11 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib…
|
/frameworks/native/opengl/libs/EGL/ |
D | egl_entries.in | 52 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void *, const EGLAttri…
|
D | eglApi.cpp | 130 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()
|
D | egl_display.cpp | 295 !cnx->egl.eglCreatePlatformPixmapSurface || !cnx->egl.eglCreateSync || in initialize()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/base/core/api/ |
D | current.txt | 29671 …method public static android.opengl.EGLSurface eglCreatePlatformPixmapSurface(android.opengl.EGLDi…
|