Searched refs:eglCreatePlatformPixmapSurface (Results 1 – 11 of 11) 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/libs/native_bridge_support/libEGL/ |
D | stubs_arm.cc | 65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformPixmapSurface); 179 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformPixmapSurface); in init_stub_library()
|
D | stubs_arm64.cc | 65 DEFINE_INTERCEPTABLE_STUB_FUNCTION(eglCreatePlatformPixmapSurface); 179 INIT_INTERCEPTABLE_STUB_FUNCTION("libEGL.so", eglCreatePlatformPixmapSurface); in init_stub_library()
|
/frameworks/base/opengl/java/android/opengl/ |
D | EGL15.java | 138 public static native EGLSurface eglCreatePlatformPixmapSurface( in eglCreatePlatformPixmapSurface() method in EGL15
|
/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 | 131 EGLSurface eglCreatePlatformPixmapSurface(EGLDisplay dpy, EGLConfig config, void* native_pixmap, in eglCreatePlatformPixmapSurface() function 136 return cnx->platform.eglCreatePlatformPixmapSurface(dpy, config, native_pixmap, attrib_list); in eglCreatePlatformPixmapSurface()
|
D | egl_display.cpp | 294 !cnx->egl.eglCreatePlatformPixmapSurface || in initialize()
|
/frameworks/native/opengl/include/EGL/ |
D | egl.h | 295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
|
/frameworks/base/api/ |
D | current.txt | 32836 …method public static android.opengl.EGLSurface eglCreatePlatformPixmapSurface(android.opengl.EGLDi…
|