HomeSort by relevance Sort by last modified time
    Searched full:ximage (Results 26 - 50 of 76) sorted by null

12 3 4

  /external/mesa3d/docs/
perf.html 29 rendering into back buffer which is an XImage
36 rendering into back buffer which is an XImage
README.CYGWIN 112 Mesa can use either an X Pixmap or XImage as the backbuffer when in
113 double buffer mode. Using GLX, the default is to use an XImage. The
115 values for MESA_BACK_BUFFER are: Pixmap and XImage (only the first
119 XImage is faster when Mesa has to do pixel-by-pixel rendering. If you
120 need depth buffering the XImage will almost surely be faster. Exper-
xlibdriver.html 74 Mesa can use either an X Pixmap or XImage as the back color buffer when in
76 The default is to use an XImage.
79 <b>XImage</b> (only the first letter is checked, case doesn't matter).
83 Using XImage is almost always faster than a Pixmap since it resides in
86 to transfer the XImage to the on-screen window.
  /external/webrtc/webrtc/modules/video_render/linux/
video_x11_channel.h 71 XImage* _image;
  /art/tools/
run-jdwp-tests.sh 54 image="-Ximage:/data/art-test/core-optimizing-pic.art"
68 image="-Ximage:/system/non/existent/vogar.art"
74 elif [[ $1 == -Ximage:* ]]; then
run-libcore-tests.sh 85 vogar_args="$vogar_args --vm-arg -Ximage:/data/art-test/core-optimizing.art"
92 vogar_args="$vogar_args --vm-arg -Ximage:/non/existent/vogar.art"
art 103 -Ximage:$ANDROID_ROOT/framework/core-optimizing-pic.art \
  /external/libpng/contrib/gregbook/
rpng2-x.c 289 static XImage *ximage; variable
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xmesa.h 118 * ximage_flag - GL_TRUE = use an XImage for back buffer,
267 * Return a pointer to the Pixmap or XImage being used as the back
272 * ximage - pointer to back buffer's XImage, or NULL
278 XMesaImage **ximage );
xmesa_x.h 49 typedef XImage XMesaImage;
  /external/mesa3d/src/gallium/state_trackers/glx/xlib/
xm_api.h 97 * ximage_flag - GL_TRUE = use an XImage for back buffer,
293 GLboolean ximage_flag; /* Use XImage for back buffer (not pixmap)? */
338 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.
218 XImage *img;
220 /* Create a temporary XImage */
231 /* free the XImage */
651 * 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_;
  /frameworks/base/core/jni/
AndroidRuntime.cpp 509 * passed as a quoted option, e.g. "-Ximage-compiler-option --compiler-filter=verify-none".
513 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
537 * passed as a quoted option, e.g. "-Ximage-compiler-option
538 * --runtime-arg -Ximage-compiler-option -Xmx32m".
542 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
752 "-Xms", "-Ximage-compiler-option");
754 "-Xmx", "-Ximage-compiler-option");
756 addOption("-Ximage-compiler-option");
760 "--compiler-filter=", "-Ximage-compiler-option");
769 addOption("-Ximage-compiler-option")
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vpx/
vpx_frame_buffer.h 56 * back in the ximage and the release function call. |fb| is guaranteed to
  /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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
external_frame_buffer_test.cc 108 // Checks that the ximage data is contained within the external frame buffer
109 // private data passed back in the ximage.
  /art/imgdiag/
imgdiag_test.cc 60 runtime_args_image_ = StringPrintf("-Ximage:%s", GetCoreArtLocation().c_str());
  /art/runtime/
parsed_options_test.cc 61 options.push_back(std::make_pair("-Ximage:boot_image", nullptr));
runtime_options.def 113 ImageCompilerOptions) // -Ximage-compiler-option ...
parsed_options.cc 83 .Define("-Ximage:_")
199 .Define({"-Ximage-dex2oat", "-Xnoimage-dex2oat"})
262 .Define("-Ximage-compiler-option _")
676 UsageMessage(stream, " -Ximage:filename\n");
709 UsageMessage(stream, " -Ximage-compiler-option dex2oat-option\n");
  /libcore/ojluni/src/test/
artrun 136 -Ximage:$IMAGE_LOCATION \
  /external/libvpx/libvpx/test/
external_frame_buffer_test.cc 118 // Checks that the ximage data is contained within the external frame buffer
119 // private data passed back in the ximage.

Completed in 1466 milliseconds

12 3 4