Searched refs:eglCreatePlatformPixmapSurface (Results 1 – 9 of 9) 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/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 | 328 !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 | 31128 …method public static android.opengl.EGLSurface eglCreatePlatformPixmapSurface(android.opengl.EGLDi…
|