Searched refs:CreatePixmapSurface (Results 1 – 7 of 7) sorted by relevance
/external/angle/src/libGLESv2/ |
D | entry_points_egl_autogen.cpp | 206 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()
|
D | egl_stubs_autogen.h | 77 EGLSurface CreatePixmapSurface(Thread *thread,
|
D | egl_stubs.cpp | 216 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface() function
|
/external/mesa3d/src/egl/main/ |
D | egldriver.h | 102 _EGLSurface *(*CreatePixmapSurface)(_EGLDisplay *disp, _EGLConfig *config, member
|
D | eglapi.c | 1226 surf = disp->Driver->CreatePixmapSurface(disp, conf, native_pixmap, in _eglCreatePixmapSurfaceCommon()
|
/external/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 519 .CreatePixmapSurface = haiku_create_pixmap_surface,
|
/external/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3366 .CreatePixmapSurface = dri2_create_pixmap_surface,
|