/external/mesa3d/src/mesa/drivers/x11/ |
xmesaP.h | 83 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 147 * Either <ximage> or <pixmap> will be used, never both. 160 XMesaImage *ximage; /* The back buffer, if not using a Pixmap */ member in struct:xmesa_renderbuffer 204 /* BACK_XIMAGE = use XImage for back buffer */ 207 /* 1 = XImage support available */ 311 * Return the address of a 2, 3 or 4-byte pixel in the buffer's XImage:
|
xmesa.h | 114 * ximage_flag - GL_TRUE = use an XImage for back buffer, 263 * Return a pointer to the Pixmap or XImage being used as the back 268 * ximage - pointer to back buffer's XImage, or NULL 274 XMesaImage **ximage );
|
xmesa_x.h | 49 typedef XImage XMesaImage;
|
/art/test/118-noimage-dex2oat/ |
run | 60 echo "Run -Ximage-dex2oat" 61 ${RUN} ${flags} ${bpath_arg} --runtime-option -Ximage-dex2oat
|
/external/mesa3d/docs/ |
perf.html | 36 rendering into back buffer which is an XImage 43 rendering into back buffer which is an XImage
|
xlibdriver.html | 81 Mesa can use either an X Pixmap or XImage as the back color buffer when in 83 The default is to use an XImage. 86 <b>XImage</b> (only the first letter is checked, case doesn't matter). 90 Using XImage is almost always faster than a Pixmap since it resides in 93 to transfer the XImage to the on-screen window.
|
/external/webrtc/webrtc/modules/video_render/linux/ |
video_x11_channel.h | 71 XImage* _image;
|
/external/libpng/contrib/gregbook/ |
rpng2-x.c | 291 static XImage *ximage; variable [all...] |
/frameworks/base/core/jni/ |
AndroidRuntime.cpp | 524 * passed as a quoted option, e.g. "-Ximage-compiler-option --compiler-filter=assume-verified". 528 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option". 552 * passed as a quoted option, e.g. "-Ximage-compiler-option 553 * --runtime-arg -Ximage-compiler-option -Xmx32m". 557 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option". [all...] |
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
xm_api.h | 99 * ximage_flag - GL_TRUE = use an XImage for back buffer, 295 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */ 341 XImage *tempImage;
|
xm_api.c | 41 * XImages. The byte ordering used for the XImage is that of the X 45 * If XPutPixel is used to put a pixel into an XImage then XPutPixel will 47 * into the XImage's buffer then the pixel must be byte swapped first. 295 XImage *img; 297 /* Create a temporary XImage */ 308 /* free the XImage */ 727 * ximage_flag - GL_TRUE = use an XImage for back buffer, [all...] |
/external/webrtc/webrtc/modules/desktop_capture/x11/ |
x_server_pixel_buffer.cc | 51 bool IsXImageRGBFormat(XImage* image) { 123 // Shared memory not supported. CaptureRect will use the XImage API instead. 309 // TODO(sergeyu): This code doesn't handle XImage byte order properly and
|
x_server_pixel_buffer.h | 75 XImage* x_image_;
|
/external/skia/tools/sk_app/unix/ |
RasterWindowContext_unix.cpp | 69 XImage image;
|
/external/skqp/tools/sk_app/unix/ |
RasterWindowContext_unix.cpp | 69 XImage image;
|
/external/ImageMagick/MagickCore/ |
display.c | [all...] |
xwindow-private.h | 398 XImage 399 *ximage, member in struct:_XWindowInfo
|
/art/runtime/gc/space/ |
image_space_test.cc | 118 options->emplace_back(android::base::StringPrintf("-Ximage:%s", GetCoreArtLocation().c_str()), 125 options->emplace_back(kImageDex2oat ? "-Ximage-dex2oat" : "-Xnoimage-dex2oat", nullptr);
|
/art/tools/ |
run-libcore-tests.sh | 107 vogar_args="$vogar_args --vm-arg -Ximage:/data/art-test/core.art" 114 vogar_args="$vogar_args --vm-arg -Ximage:/non/existent/vogar.art"
|
run-jdwp-tests.sh | 46 image="-Ximage:/data/art-test/core.art" 76 image="-Ximage:/system/non/existent/vogar.art" 114 elif [[ $1 == -Ximage:* ]]; then 191 echo "Cannot use -Ximage: with --mode=jvm"
|
/external/mesa3d/docs/relnotes/ |
9.1.5.html | 128 <li>st/xlib Fix XIMage bytes-per-pixel calculation</li> 129 <li>st/xlib: Fix XImage stride calculation</li>
|
/external/libvpx/libvpx/vpx/ |
vpx_frame_buffer.h | 55 * some data which will be passed back in the ximage and the release function
|
/hardware/intel/img/psb_video/src/x11/ |
psb_x11.c | 121 XImage *ximg = NULL; 192 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: XImage pixels has MSBFirst, %d bits / pixel\n", ximg->bits_per_pixel); 194 drv_debug_msg(VIDEO_DEBUG_GENERAL, "PutSurface: XImage pixels has LSBFirst, %d bits / pixel\n", ximg->bits_per_pixel);
|
/art/imgdiag/ |
imgdiag_test.cc | 62 runtime_args_image_ = android::base::StringPrintf("-Ximage:%s", GetCoreArtLocation().c_str());
|
/art/runtime/ |
dex2oat_environment_test.h | 113 options->push_back(std::make_pair("-Ximage:" + GetImageLocation(),
|