Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libEGL/
Dmain.cpp357 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()
DlibEGL.cpp444 EGLSurface EGLAPIENTRY CreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pi… in CreatePixmapSurface() function
/third_party/mesa3d/src/egl/main/
Degldriver.h102 _EGLSurface *(*CreatePixmapSurface)(_EGLDisplay *disp, _EGLConfig *config, member
Deglapi.c1142 surf = disp->Driver->CreatePixmapSurface(disp, conf, native_pixmap, attrib_list); in _eglCreatePixmapSurfaceCommon()
/third_party/mesa3d/src/egl/drivers/haiku/
Degl_haiku.cpp320 .CreatePixmapSurface = haiku_create_pixmap_surface,
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_egl_autogen.cpp119 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()
Degl_stubs_autogen.h76 EGLSurface CreatePixmapSurface(Thread *thread,
Degl_stubs.cpp194 EGLSurface CreatePixmapSurface(Thread *thread, in CreatePixmapSurface() function
/third_party/mesa3d/src/egl/drivers/dri2/
Degl_dri2.c3715 .CreatePixmapSurface = dri2_create_pixmap_surface,