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

  /external/chromium_org/third_party/mesa/src/src/glx/
indirect_texture_compression.c 48 size_t image_bytes; local
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
60 if (image_bytes != 0) {
61 _XRead(dpy, (char *) img, image_bytes);
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
  /external/mesa3d/src/glx/
indirect_texture_compression.c 48 size_t image_bytes; local
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
60 if (image_bytes != 0) {
61 _XRead(dpy, (char *) img, image_bytes);
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
  /external/chromium/chrome/browser/ui/webui/
extension_icon_source.cc 37 scoped_refptr<RefCountedBytes> image_bytes(new RefCountedBytes);
38 image_bytes->data.resize(output.size());
39 std::copy(output.begin(), output.end(), image_bytes->data.begin());
40 return image_bytes;
  /external/chromium_org/chrome/browser/ui/webui/extensions/
extension_icon_source.cc 45 base::RefCountedBytes* image_bytes = new base::RefCountedBytes; local
46 gfx::PNGCodec::EncodeBGRASkBitmap(*image, false, &image_bytes->data());
47 return image_bytes;
  /external/libpng/contrib/gregbook/
wpng.c 705 ulg image_bytes = rowbytes * wpng_info.height; /* overflow? */ local
707 wpng_info.image_data = (uch *)malloc(image_bytes);
717 bytes = fread(wpng_info.image_data, 1, image_bytes, wpng_info.infile);
718 if (bytes != image_bytes) {
720 image_bytes, bytes);
  /external/chromium_org/third_party/mesa/src/src/gallium/tests/graw/
graw_util.h 225 const int image_bytes = row_stride * height; local
254 image_bytes);
  /external/mesa3d/src/gallium/tests/graw/
graw_util.h 225 const int image_bytes = row_stride * height; local
254 image_bytes);

Completed in 140 milliseconds