HomeSort by relevance Sort by last modified time
    Searched refs:pixmap (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/GL/
glx.h 207 Pixmap pixmap );
209 extern void glXDestroyGLXPixmap( Display *dpy, GLXPixmap pixmap );
263 Pixmap pixmap, const int *attribList );
265 extern void glXDestroyPixmap( Display *dpy, GLXPixmap pixmap );
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
videoreader.py 104 self.pixmap = self.gworld.GetGWorldPixMap()
105 Qdoffs.LockPixels(self.pixmap)
236 """Shuffle the offscreen PixMap data, because it may have funny stride values"""
237 rowbytes = Qdoffs.GetPixRowBytes(self.pixmap)
243 nextline = Qdoffs.GetPixMapBytes(self.pixmap, start, width*4)
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
glx_api.c     [all...]
  /frameworks/native/opengl/tools/glgen/specs/egl/
EGL14.spec 11 EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
  /external/qemu/distrib/sdl-1.2.15/src/video/macrom/
SDL_romvideo.c 533 PixMapHandle pixmap; local
581 pixmap = GetGWorldPixMap(memworld);
582 LockPixels(pixmap);
583 current->pitch = (**pixmap).rowBytes & 0x3FFF;
584 current->pixels = GetPixBaseAddr(pixmap);
  /external/chromium_org/third_party/khronos/EGL/
eglext.h 243 * Structure representing a client pixmap
244 * (pixmap's data is in client-space memory).
254 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
256 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
485 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
489 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
  /external/qemu/distrib/sdl-1.2.15/src/video/Xext/extensions/
xf86dga.h 95 Pixmap pixmap; member in struct:__anon26856
  /frameworks/native/opengl/include/EGL/
eglext.h 243 * Structure representing a client pixmap
244 * (pixmap's data is in client-space memory).
254 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
256 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
480 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
484 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
  /external/chromium_org/ppapi/lib/gl/include/EGL/
eglext.h 243 * Structure representing a client pixmap
244 * (pixmap's data is in client-space memory).
255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
  /external/chromium_org/third_party/mesa/src/include/GL/
glxext.h 534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
554 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
    [all...]
  /external/mesa3d/include/GL/
glxext.h 534 extern GLXPixmap glXCreatePixmap (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
535 extern void glXDestroyPixmap (Display *dpy, GLXPixmap pixmap);
553 typedef GLXPixmap ( * PFNGLXCREATEPIXMAPPROC) (Display *dpy, GLXFBConfig config, Pixmap pixmap, const int *attrib_list);
554 typedef void ( * PFNGLXDESTROYPIXMAPPROC) (Display *dpy, GLXPixmap pixmap);
684 extern GLXPixmap glXCreateGLXPixmapWithConfigSGIX (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
691 typedef GLXPixmap ( * PFNGLXCREATEGLXPIXMAPWITHCONFIGSGIXPROC) (Display *dpy, GLXFBConfigSGIX config, Pixmap pixmap);
    [all...]
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 114 EGLSurface eglCreatePixmapSurface(EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list)
116 return getDispatch()->eglCreatePixmapSurface(dpy, config, pixmap, attrib_list);
  /external/chromium_org/ui/base/x/
x11_util.cc 579 Pixmap blank = XCreateBitmapFromData(xdisplay,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/glx/
glxcmds.c 648 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap)
657 if(apple_glx_pixmap_create(dpy, vis->screen, pixmap, config))
660 return pixmap;
683 req->pixmap = pixmap;
688 if (InitGLXDrawable(dpy, glxDraw, pixmap, req->glxpixmap)) {
708 pdraw = psc->driScreen->createDrawable(psc, pixmap, xid, config);
710 fprintf(stderr, "failed to create pixmap\n");
739 ** Destroy the named pixmap
    [all...]
  /external/mesa3d/src/glx/
glxcmds.c 648 glXCreateGLXPixmap(Display * dpy, XVisualInfo * vis, Pixmap pixmap)
657 if(apple_glx_pixmap_create(dpy, vis->screen, pixmap, config))
660 return pixmap;
683 req->pixmap = pixmap;
688 if (InitGLXDrawable(dpy, glxDraw, pixmap, req->glxpixmap)) {
708 pdraw = psc->driScreen->createDrawable(psc, pixmap, xid, config);
710 fprintf(stderr, "failed to create pixmap\n");
739 ** Destroy the named pixmap
    [all...]
  /external/chromium_org/chrome/browser/ui/libgtk2ui/
gtk2_ui.cc 1016 GdkPixmap* pixmap = gtk_widget_get_snapshot(button, NULL); local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c 64 typedef GLXPixmap (*GLXCREATEGLXPIXMAPPROC)( Display *dpy, XVisualInfo *visual, Pixmap pixmap );
65 typedef void (*GLXDESTROYGLXPIXMAPPROC)( Display *dpy, GLXPixmap pixmap );
268 /* pixmap and pbuffer surfaces must be single-buffered in EGL */
385 /* pixmap surfaces must be single-buffered in EGL */
877 _EGLConfig *conf, EGLNativePixmapType pixmap,
897 GLX_surf->drawable = pixmap;
929 get_drawable_size(GLX_dpy->dpy, pixmap, &width, &height);
    [all...]
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 64 typedef GLXPixmap (*GLXCREATEGLXPIXMAPPROC)( Display *dpy, XVisualInfo *visual, Pixmap pixmap );
65 typedef void (*GLXDESTROYGLXPIXMAPPROC)( Display *dpy, GLXPixmap pixmap );
268 /* pixmap and pbuffer surfaces must be single-buffered in EGL */
385 /* pixmap surfaces must be single-buffered in EGL */
877 _EGLConfig *conf, EGLNativePixmapType pixmap,
897 GLX_surf->drawable = pixmap;
929 get_drawable_size(GLX_dpy->dpy, pixmap, &width, &height);
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 646 egl_native_pixmap_t const * pixmap);
662 egl_native_pixmap_t const * pixmap)
663 : egl_surface_t(dpy, config, depthFormat), nativePixmap(*pixmap)
666 depth.width = pixmap->width;
667 depth.height = pixmap->height;
    [all...]
  /external/chromium_org/third_party/angle_dx11/include/EGL/
eglext.h 243 * Structure representing a client pixmap
244 * (pixmap's data is in client-space memory).
255 EGLAPI EGLSurface EGLAPIENTRY eglCreatePixmapSurfaceHI(EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
257 typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPIXMAPSURFACEHIPROC) (EGLDisplay dpy, EGLConfig config, struct EGLClientPixmapHI* pixmap);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
130 PIXMAP, /* GLX pixmap */
147 * Either <ximage> or <pixmap> will be used, never both.
148 * In any case, <drawable> always equals <pixmap>.
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
159 XMesaPixmap pixmap; /* Back color buffer */ member in struct:xmesa_renderbuffer
160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
203 /* BACK_PIXMAP = use Pixmap for back buffer *
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesaP.h 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
130 PIXMAP, /* GLX pixmap */
147 * Either <ximage> or <pixmap> will be used, never both.
148 * In any case, <drawable> always equals <pixmap>.
149 * For stand-alone Mesa, we could merge <drawable> and <pixmap> into one
159 XMesaPixmap pixmap; /* Back color buffer */ member in struct:xmesa_renderbuffer
160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */
190 BufferType type; /* window, pixmap, pbuffer or glxwindow */
203 /* BACK_PIXMAP = use Pixmap for back buffer *
    [all...]
  /frameworks/base/opengl/java/android/opengl/
EGL14.java 278 // C function EGLSurface eglCreatePixmapSurface ( EGLDisplay dpy, EGLConfig config, EGLNativePixmapType pixmap, const EGLint *attrib_list )
283 int pixmap,
  /frameworks/native/opengl/tests/angeles/include/GLES/
egl.h 207 GLAPI EGLSurface APIENTRY eglCreatePixmapSurface (EGLDisplay dpy, EGLConfig config, NativePixmapType pixmap, const EGLint *attrib_list);

Completed in 1052 milliseconds

1 23 4 5 6