HomeSort by relevance Sort by last modified time
    Searched defs:bytesPerRow (Results 1 - 16 of 16) 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);
pack.c     [all...]
texstore.c 942 const GLint bytesPerRow = srcWidth * texelBytes;
945 dstRowStride == bytesPerRow) {
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight);
961 memcpy(dstRow, srcRow, bytesPerRow);
    [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);
pack.c     [all...]
texstore.c 942 const GLint bytesPerRow = srcWidth * texelBytes;
945 dstRowStride == bytesPerRow) {
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight);
961 memcpy(dstRow, srcRow, bytesPerRow);
    [all...]
  /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/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...]
  /prebuilts/tools/darwin-x86_64/swt/
swt.jar 
  /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 

Completed in 7215 milliseconds