Searched refs:CreatePixmapSurface (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/ |
D | main.cpp | 357 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi… 452 return egl::CreatePixmapSurface(dpy, config, pixmap, attrib_list); in eglCreatePixmapSurface() 683 this->eglCreatePixmapSurface = egl::CreatePixmapSurface; in LibEGLexports()
|
D | libEGL.cpp | 444 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi… in CreatePixmapSurface() function
|
/third_party/mesa3d/src/egl/main/ |
D | egldriver.h | 102 _EGLSurface *(*CreatePixmapSurface)(_EGLDisplay *disp, _EGLConfig *config, member
|
D | eglapi.c | 1142 surf = disp->Driver->CreatePixmapSurface(disp, conf, native_pixmap, attrib_list); in _eglCreatePixmapSurfaceCommon()
|
/third_party/mesa3d/src/egl/drivers/haiku/ |
D | egl_haiku.cpp | 320 .CreatePixmapSurface = haiku_create_pixmap_surface,
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_egl_autogen.cpp | 119 EGL_EVENT(CreatePixmapSurface, in EGL_CreatePixmapSurface() 130 ANGLE_EGL_VALIDATE(thread, CreatePixmapSurface, GetDisplayIfValid(dpyPacked), EGLSurface, in EGL_CreatePixmapSurface() 133 return CreatePixmapSurface(thread, dpyPacked, configPacked, pixmap, attrib_listPacked); in EGL_CreatePixmapSurface()
|
D | egl_stubs_autogen.h | 76 EGLSurface CreatePixmapSurface(Thread *thread,
|
D | egl_stubs.cpp | 194 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface() function
|
/third_party/mesa3d/src/egl/drivers/dri2/ |
D | egl_dri2.c | 3715 .CreatePixmapSurface = dri2_create_pixmap_surface,
|