HomeSort by relevance Sort by last modified time
    Searched refs:XCreateImage (Results 1 - 17 of 17) sorted by null

  /external/swiftshader/src/Main/
libX11.cpp 35 XCreateImage = (XImage *(*)(Display*, Visual*, unsigned int, int, int, char*, unsigned int, unsigned int, int, int))getProcAddress(libX11, "XCreateImage");
libX11.hpp 39 XImage *(*XCreateImage)(Display *display, Visual *visual, unsigned int depth, int format, int offset, char *data, unsigned int width, unsigned int height, int bitmap_pad, int bytes_per_line);
FrameBufferX11.cpp 92 x_image = libX11->XCreateImage(x_display, visual, depth, ZPixmap, 0, buffer, width, height, 32, bytes_per_line);
  /external/mesa3d/src/mesa/drivers/x11/
xm_buffer.c 195 b->backxrb->ximage = XCreateImage(b->xm_visual->display,
203 _mesa_warning(NULL, "alloc_back_buffer: XCreateImage failed.\n");
474 ximage = XCreateImage(xrb->Parent->display,
xm_api.c 175 img = XCreateImage( dpy, visinfo->visual, visinfo->depth,
    [all...]
  /external/mesa3d/src/gallium/winsys/sw/xlib/
xlib_sw_winsys.c 214 xlib_dt->tempImage = XCreateImage(xlib_dt->display,
  /hardware/intel/img/psb_video/src/x11/
psb_x11.c 189 ximg = XCreateImage((Display *)ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, width, height, 32, 0);
psb_coverlay.c 472 ximg = XCreateImage(ctx->native_dpy, visual, depth, ZPixmap, 0, NULL, image_width, image_height, 32, 0);
475 drv_debug_msg(VIDEO_DEBUG_ERROR, "%s: XCreateImage failed! at L%d\n", __func__, __LINE__);
    [all...]
  /external/libpng/contrib/gregbook/
rpng-x.c 667 ximage = XCreateImage(display, visual, depth, ZPixmap, 0,
671 fprintf(stderr, PROGNAME ": XCreateImage() failed\n");
rpng2-x.c     [all...]
  /device/linaro/bootloader/edk2/EmulatorPkg/Unix/Host/
X11GraphicsWindow.c 207 Drv->image = XCreateImage (
  /external/ImageMagick/MagickCore/
vms.h 82 #define XCreateImage XCREATEIMAGE
    [all...]
xwindow.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.c 298 img = XCreateImage( dpy, visinfo->visual, visinfo->depth,
    [all...]
  /external/mesa3d/src/glx/
drisw_glx.c 60 pdp->ximage = XCreateImage(dpy,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xlib.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 1469 milliseconds