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

  /external/qemu/distrib/sdl-1.2.15/src/video/riscos/
SDL_riscossprite.c 51 int bytesPerRow;
67 bytesPerRow = bytesPerPixel * width;
69 if ((bytesPerRow & 3) != 0)
71 bytesPerRow += 4 - (bytesPerRow & 3);
73 size = bytesPerRow * height;
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
image.c 281 GLint bytesPerRow, remainder;
287 bytesPerRow = (width + 7) / 8;
290 bytesPerRow = (packing->RowLength + 7) / 8;
299 bytesPerRow = bytesPerPixel * width;
302 bytesPerRow = bytesPerPixel * packing->RowLength;
306 remainder = bytesPerRow % packing->Alignment;
308 bytesPerRow += (packing->Alignment - remainder);
313 bytesPerRow = -bytesPerRow;
316 return bytesPerRow;
    [all...]
texgetimage.c 487 const GLuint bytesPerRow = texImage->Width * bpp;
502 if (bytesPerRow == dstRowStride && bytesPerRow == srcRowStride) {
503 memcpy(dst, src, bytesPerRow * texImage->Height);
508 memcpy(dst, src, bytesPerRow);
texstore.c 942 const GLint bytesPerRow = srcWidth * texelBytes;
945 dstRowStride == bytesPerRow) {
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight);
961 memcpy(dstRow, srcRow, bytesPerRow);
    [all...]
pack.c     [all...]
  /external/mesa3d/src/mesa/main/
image.c 281 GLint bytesPerRow, remainder;
287 bytesPerRow = (width + 7) / 8;
290 bytesPerRow = (packing->RowLength + 7) / 8;
299 bytesPerRow = bytesPerPixel * width;
302 bytesPerRow = bytesPerPixel * packing->RowLength;
306 remainder = bytesPerRow % packing->Alignment;
308 bytesPerRow += (packing->Alignment - remainder);
313 bytesPerRow = -bytesPerRow;
316 return bytesPerRow;
    [all...]
texgetimage.c 487 const GLuint bytesPerRow = texImage->Width * bpp;
502 if (bytesPerRow == dstRowStride && bytesPerRow == srcRowStride) {
503 memcpy(dst, src, bytesPerRow * texImage->Height);
508 memcpy(dst, src, bytesPerRow);
texstore.c 942 const GLint bytesPerRow = srcWidth * texelBytes;
945 dstRowStride == bytesPerRow) {
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight);
961 memcpy(dstRow, srcRow, bytesPerRow);
    [all...]
pack.c     [all...]
  /external/chromium_org/third_party/skia/src/core/
SkConfig8888.cpp 129 static void rect_memcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, size_t bytesPerRow,
131 SkASSERT(bytesPerRow <= srcRB);
132 SkASSERT(bytesPerRow <= dstRB);
134 memcpy(dst, src, bytesPerRow);
  /external/chromium_org/third_party/webrtc/modules/video_capture/mac/qtkit/
video_capture_qtkit_objc.mm 239 size_t bytesPerRow = CVPixelBufferGetBytesPerRow(videoFrame);
241 int frameSize = bytesPerRow * frameHeight;
  /external/skia/src/core/
SkBitmapDevice.cpp 158 static void rect_memcpy(void* dst, size_t dstRB, const void* src, size_t srcRB, size_t bytesPerRow,
160 SkASSERT(bytesPerRow <= srcRB);
161 SkASSERT(bytesPerRow <= dstRB);
163 memcpy(dst, src, bytesPerRow);
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 357 GLint bytesPerRow, i;
367 bytesPerRow = rowlength * _mesa_get_format_bytes(osmesa->srb->Base.Format);
372 osmesa->rowaddr[i] = (GLvoid *) ((GLubyte *) origin + i * bytesPerRow);
379 osmesa->rowaddr[i] = (GLvoid *) ((GLubyte *) origin + j * bytesPerRow);
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 357 GLint bytesPerRow, i;
367 bytesPerRow = rowlength * _mesa_get_format_bytes(osmesa->srb->Base.Format);
372 osmesa->rowaddr[i] = (GLvoid *) ((GLubyte *) origin + i * bytesPerRow);
379 osmesa->rowaddr[i] = (GLvoid *) ((GLubyte *) origin + j * bytesPerRow);
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/quartz/
SDL_QuartzWM.m 52 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: w pixelsHigh: h bitsPerSample: 1 samplesPerPixel: 2 hasAlpha: YES isPlanar: YES colorSpaceName: NSDeviceWhiteColorSpace bytesPerRow: (w+7)/8 bitsPerPixel: 0 ] autorelease ];
425 imgrep = [ [ [ NSBitmapImageRep alloc ] initWithBitmapDataPlanes: NULL pixelsWide: icon->w pixelsHigh: icon->h bitsPerSample: 8 samplesPerPixel: 4 hasAlpha: YES isPlanar: NO colorSpaceName: NSDeviceRGBColorSpace bytesPerRow: 4*icon->w bitsPerPixel: 32 ] autorelease ];
  /external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
st_cb_texture.c 627 const uint bytesPerRow = width * util_format_get_blocksize(stImage->pt->format);
633 memcpy(dest, map, bytesPerRow);
    [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 627 const uint bytesPerRow = width * util_format_get_blocksize(stImage->pt->format);
633 memcpy(dest, map, bytesPerRow);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/rendering/
RenderThemeChromiumMac.mm 342 bytesPerRow:4
369 bytesPerRow:4
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jar 
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 

Completed in 979 milliseconds