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

  /frameworks/native/libs/gui/
SurfaceTextureClient.cpp 754 sp<GraphicBuffer> backBuffer(GraphicBuffer::getSelf(out));
764 const Rect bounds(backBuffer->width, backBuffer->height);
777 backBuffer->width == frontBuffer->width &&
778 backBuffer->height == frontBuffer->height &&
779 backBuffer->format == frontBuffer->format);
785 copyBlt(backBuffer, frontBuffer, copyback);
800 int backBufferSlot(getSlotFromBufferLocked(backBuffer.get()));
814 status_t res = backBuffer->lock(
819 backBuffer->handle)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/video/nds/
SDL_ndsvideo.c 163 u16* backBuffer;// = (u16*)(0x06000000 + 256 * 256 * 2);
227 //backBuffer =(u16*)(0x06000000 + 1024 * 512*2);
328 backBuffer=(u16*)SDL_malloc(1024*512*2);
329 current->pixels = backBuffer;
353 //backBuffer=(u16*)malloc(1024*512*2);
354 //surface->pixels = backBuffer;
360 //free(backBuffer);
397 dmaCopyAsynch(backBuffer,frontBuffer,1024*512);
416 frontBuffer = backBuffer;
417 backBuffer = temp
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/extensions/
multibufst.h 584 * the backbuffer. unionRgn is the union of all the new clipLists
588 RegionRec backBuffer; /* Area of screen displaying back buffer */
589 RegionRec subtractRgn; /* Regions lost to backBuffer */
590 RegionRec unionRgn; /* Regions gained by backBuffer */
591 Bool rgnChanged; /* TRUE if "backBuffer" needs to be updated */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 584 * the backbuffer. unionRgn is the union of all the new clipLists
588 RegionRec backBuffer; /* Area of screen displaying back buffer */
589 RegionRec subtractRgn; /* Regions lost to backBuffer */
590 RegionRec unionRgn; /* Regions gained by backBuffer */
591 Bool rgnChanged; /* TRUE if "backBuffer" needs to be updated */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/extensions/
multibufst.h 584 * the backbuffer. unionRgn is the union of all the new clipLists
588 RegionRec backBuffer; /* Area of screen displaying back buffer */
589 RegionRec subtractRgn; /* Regions lost to backBuffer */
590 RegionRec unionRgn; /* Regions gained by backBuffer */
591 Bool rgnChanged; /* TRUE if "backBuffer" needs to be updated */

Completed in 4199 milliseconds