/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
H A D | tcuLnxX11EglDisplayFactory.cpp | 42 typedef ::Pixmap EGLNativePixmapType; 221 class Pixmap : public NativePixmap 230 Pixmap (MovePtr<x11::Pixmap> x11Pixmap) 238 UniquePtr<x11::Pixmap> m_pixmap; 245 : NativePixmapFactory ("pixmap", "X11 Pixmap", Pixmap::CAPABILITIES) {} 258 MovePtr<x11::Pixmap> x11Pixmap (new x11::Pixmap(display->getX11Display(), 260 return new Pixmap(x11Pixma [all...] |
/third_party/vk-gl-cts/framework/platform/nullws/ |
H A D | tcuNullWSPlatform.cpp | 65 class Pixmap: public eglu::NativePixmap class 70 Pixmap() in Pixmap() function in tcu::nullws::Pixmap 85 : NativePixmapFactory("nullws", "NullWS Pixmap", Pixmap::CAPABILITIES) in PixmapFactory() 91 return new Pixmap(); in createPixmap()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/glx/ |
H A D | PixmapSurfaceGLX.h | 24 Pixmap pixmap, 61 Pixmap mXPixmap; 62 glx::Pixmap mGLXPixmap;
|
H A D | FunctionsGLX.h | 65 glx::Pixmap createPixmap(glx::FBConfig config, Pixmap pixmap, const int *attribList) const; 66 void destroyPixmap(Pixmap pixmap) const;
|
H A D | FunctionsGLX.cpp | 403 glx::Pixmap FunctionsGLX::createPixmap(glx::FBConfig config, in createPixmap() 404 Pixmap pixmap, in createPixmap() 410 void FunctionsGLX::destroyPixmap(Pixmap pixmap) const in destroyPixmap()
|
H A D | functionsglx_typedefs.h | 33 typedef GLXPixmap (*PFNGLXCREATEGLXPIXMAPPROC)(Display *dpy, XVisualInfo *visual, Pixmap pixmap);
|
H A D | PixmapSurfaceGLX.cpp | 71 Pixmap pixmap, in PixmapSurfaceGLX()
|
/third_party/mesa3d/src/glx/apple/ |
H A D | glx_empty.c | 124 Pixmap pixmap, Colormap cmap) in glXCreateGLXPixmapMESA() 196 glXCreateGLXPixmapWithConfigSGIX(Display * dpy, void *config, Pixmap p)
|
H A D | apple_glx_drawable.h | 216 bool apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, 220 bool apple_glx_pixmap_destroy(Display * dpy, Pixmap pixmap);
|
H A D | appledri.h | 120 Bool XAppleDRIDestroyPixmap(Display * dpy, Pixmap pixmap);
|
H A D | apple_glx_pixmap.c | 119 apple_glx_pixmap_create(Display * dpy, int screen, Pixmap pixmap, in apple_glx_pixmap_create()
|
/third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
H A D | xm_api.h | 169 Pixmap p, 260 * Texture from Pixmap 272 XMesaCreatePixmapTextureBuffer(XMesaVisual v, Pixmap p,
|
H A D | glx_usefont.c | 134 Pixmap pixmap; in fill_bitmap() 216 Pixmap pixmap; in glXUseXFont()
|
/third_party/skia/third_party/externals/angle2/util/x11/ |
H A D | X11Pixmap.h | 31 Pixmap mPixmap;
|
/third_party/skia/third_party/externals/swiftshader/include/EGL/ |
H A D | eglplatform.h | 120 typedef Pixmap EGLNativePixmapType;
|
/third_party/skia/third_party/externals/egl-registry/api/EGL/ |
H A D | eglplatform.h | 120 typedef Pixmap EGLNativePixmapType;
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 199 Pixmap pixmap ); 255 Pixmap pixmap, const int *attribList ); 292 typedef GLXPixmap (* PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
|
H A D | glxext.h | 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 468 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 470 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 761 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 768 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
/third_party/EGL/api/EGL/ |
H A D | eglplatform.h | 121 typedef Pixmap EGLNativePixmapType;
|
/third_party/mesa3d/include/EGL/ |
H A D | eglplatform.h | 138 typedef Pixmap EGLNativePixmapType;
|
/third_party/skia/third_party/externals/angle2/include/EGL/ |
H A D | eglplatform.h | 125 typedef Pixmap EGLNativePixmapType;
|
/third_party/mesa3d/src/glx/ |
H A D | xfont.c | 138 Pixmap pixmap; in fill_bitmap() 219 Pixmap pixmap; in DRI_glXUseXFont()
|
/third_party/openGLES/api/GL/ |
H A D | glxext.h | 97 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 115 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 453 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 455 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 746 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 753 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
/third_party/skia/third_party/externals/swiftshader/include/GL/ |
H A D | glxext.h | 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 460 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 462 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 745 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 752 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|
/third_party/skia/third_party/externals/opengl-registry/api/GL/ |
H A D | glxext.h | 116 typedef GLXPixmap ( *PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 134 GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list); 460 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPMESAPROC) (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 462 GLXPixmap glXCreateGLXPixmapMESA (Display *dpy, XVisualInfo *visual, Pixmap pixmap, Colormap cmap); 745 typedef GLXPixmap ( *PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap); 752 GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
|