Home
last modified time | relevance | path

Searched refs:CreatePixmapSurface (Results 1 – 7 of 7) sorted by relevance

/external/angle/src/libGLESv2/
Dentry_points_egl_autogen.cpp206 EGL_EVENT(CreatePixmapSurface, in EGL_CreatePixmapSurface()
216 ANGLE_EGL_SCOPED_CONTEXT_LOCK(CreatePixmapSurface, thread, dpyPacked); in EGL_CreatePixmapSurface()
219 ANGLE_EGL_VALIDATE(thread, CreatePixmapSurface, GetDisplayIfValid(dpyPacked), in EGL_CreatePixmapSurface()
228 CreatePixmapSurface(thread, dpyPacked, configPacked, pixmap, attrib_listPacked); in EGL_CreatePixmapSurface()
231 ANGLE_CAPTURE_EGL(CreatePixmapSurface, true, thread, dpyPacked, configPacked, pixmap, in EGL_CreatePixmapSurface()
Degl_stubs_autogen.h77 EGLSurface CreatePixmapSurface(Thread *thread,
Degl_stubs.cpp216 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface() function
/external/mesa3d/src/egl/main/
Degldriver.h102 _EGLSurface *(*CreatePixmapSurface)(_EGLDisplay *disp, _EGLConfig *config, member
Deglapi.c1226 surf = disp->Driver->CreatePixmapSurface(disp, conf, native_pixmap, in _eglCreatePixmapSurfaceCommon()
/external/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp519 .CreatePixmapSurface = haiku_create_pixmap_surface,
/external/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3366 .CreatePixmapSurface = dri2_create_pixmap_surface,