HomeSort by relevance Sort by last modified time
    Searched full:ximage (Results 51 - 75 of 105) sorted by null

1 23 4 5

  /external/libvpx/libvpx/vpx/
vpx_frame_buffer.h 52 * back in the ximage and the release function call. |fb| is guaranteed to
  /external/mesa3d/src/mesa/drivers/x11/
xmesa_x.h 49 typedef XImage XMesaImage;
  /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/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
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/mesa3d/src/gallium/state_trackers/glx/xlib/
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...]
  /frameworks/base/core/jni/
AndroidRuntime.cpp 450 * passed as a quoted option, e.g. "-Ximage-compiler-option --compiler-filter=verify-none".
454 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
478 * passed as a quoted option, e.g. "-Ximage-compiler-option
479 * --runtime-arg -Ximage-compiler-option -Xmx32m".
483 * The "quotingArg" should be "-Ximage-compiler-option" or "-Xcompiler-option".
761 "-Xms", "-Ximage-compiler-option");
763 "-Xmx", "-Ximage-compiler-option");
765 addOption("-Ximage-compiler-option");
769 "--compiler-filter=", "-Ximage-compiler-option");
771 addOption("-Ximage-compiler-option")
    [all...]
  /art/runtime/
parsed_options_test.cc 45 options.push_back(std::make_pair("-Ximage:boot_image", null));
parsed_options.cc 306 } else if (StartsWith(option, "-Ximage:")) {
448 } else if (option == "-Ximage-dex2oat") {
611 } else if (option == "-Ximage-compiler-option") {
784 UsageMessage(stream, " -Ximage:filename\n");
    [all...]
  /external/chromium_org/content/browser/compositor/
software_output_device_x11.cc 62 XImage image;
  /external/qemu/distrib/sdl-1.2.15/src/video/x11/
SDL_x11sym.h 38 SDL_X11_SYM(XImage*,XCreateImage,(Display* a,Visual* b,unsigned int c,int d,int e,char* f,unsigned int g,unsigned int h,int i,int j),(a,b,c,d,e,f,g,h,i,j),return)
89 SDL_X11_SYM(int,XPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j),(a,b,c,d,e,f,g,h,i,j),return)
167 SDL_X11_SYM(Status,XShmPutImage,(Display* a,Drawable b,GC c,XImage* d,int e,int f,int g,int h,unsigned int i,unsigned int j,Bool k),(a,b,c,d,e,f,g,h,i,j,k),return)
168 SDL_X11_SYM(XImage*,XShmCreateImage,(Display* a,Visual* b,unsigned int c,int d,char* e,XShmSegmentInfo* f,unsigned int g,unsigned int h),(a,b,c,d,e,f,g,h),return)
SDL_x11mouse.c 57 XImage *data_image, *mask_image;
SDL_x11image.c 126 SDL_SetError("Couldn't create XImage");
  /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);
  /external/chromium_org/third_party/libvpx/source/libvpx/test/
external_frame_buffer_test.cc 111 // Checks that the ximage data is contained within the external frame buffer
112 // private data passed back in the ximage.
  /external/chromium_org/third_party/skia/src/views/unix/
SkOSWindow_Unix.cpp 375 static bool convertBitmapToXImage(XImage& image, const SkBitmap& bitmap) {
406 XImage image;
  /external/libvpx/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.
  /external/skia/src/views/unix/
SkOSWindow_Unix.cpp 375 static bool convertBitmapToXImage(XImage& image, const SkBitmap& bitmap) {
406 XImage image;
  /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.
  /external/chromium_org/ui/gfx/x/
x11_types.cc 76 XImage image;
  /art/compiler/
image_test.cc 144 std::string image("-Ximage:");
  /art/test/etc/
host-run-test-jar 51 BUILD_BOOT_OPT="--boot-image=${option#-Ximage:}"
push-and-run-prebuilt-test-jar 56 BUILD_BOOT_OPT="--boot-image=${1#-Ximage:}"
  /external/chromium_org/third_party/mesa/src/docs/
envvars.html 86 either "pixmap" or "ximage"
  /external/mesa3d/docs/
envvars.html 86 either "pixmap" or "ximage"
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/X11/
Xlib.h 405 } XImage;
    [all...]

Completed in 751 milliseconds

1 23 4 5