OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:backBuffer
(Results
1 - 9
of
9
) sorted by null
/frameworks/native/libs/gui/
Surface.cpp
742
sp<GraphicBuffer>
backBuffer
(GraphicBuffer::getSelf(out));
752
const Rect bounds(
backBuffer
->width,
backBuffer
->height);
765
backBuffer
->width == frontBuffer->width &&
766
backBuffer
->height == frontBuffer->height &&
767
backBuffer
->format == frontBuffer->format);
773
copyBlt(
backBuffer
, frontBuffer, copyback);
788
int backBufferSlot(getSlotFromBufferLocked(
backBuffer
.get()));
802
status_t res =
backBuffer
->lock(
807
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
...]
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xmesaP.h
332
GLboolean
backBuffer
);
xm_buffer.c
324
GLboolean
backBuffer
)
332
if (
backBuffer
)
/external/mesa3d/src/mesa/drivers/x11/
xmesaP.h
332
GLboolean
backBuffer
);
xm_buffer.c
324
GLboolean
backBuffer
)
332
if (
backBuffer
)
/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 373 milliseconds