Home
last modified time | relevance | path

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

/frameworks/native/opengl/tools/glgen/specs/egl/
Dchecks.spec14 //unsupported: eglCreatePlatformPixmapSurface nullAllowed attrib_list sentinel attrib_list EGL_NONE
15 eglCreatePlatformPixmapSurface unsupported
/frameworks/base/opengl/java/android/opengl/
DEGL15.java138 public static native EGLSurface eglCreatePlatformPixmapSurface( in eglCreatePlatformPixmapSurface() method in EGL15
/frameworks/native/opengl/libs/
DlibEGL.map.txt16 eglCreatePlatformPixmapSurface; # introduced=29
Dplatform_entries.in11 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void*, const EGLAttrib…
/frameworks/native/opengl/libs/EGL/
Degl_entries.in52 EGL_ENTRY(EGLSurface, eglCreatePlatformPixmapSurface, EGLDisplay, EGLConfig, void *, const EGLAttri…
DeglApi.cpp131 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()
Degl_display.cpp328 !cnx->egl.eglCreatePlatformPixmapSurface || in initialize()
/frameworks/native/opengl/include/EGL/
Degl.h295 EGLAPI EGLSurface EGLAPIENTRY eglCreatePlatformPixmapSurface (EGLDisplay dpy, EGLConfig config, voi…
/frameworks/base/api/
Dcurrent.txt31128 …method public static android.opengl.EGLSurface eglCreatePlatformPixmapSurface(android.opengl.EGLDi…