OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:oldfb
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
framebuffer.c
240
struct gl_framebuffer *
oldFb
= *ptr;
242
_glthread_LOCK_MUTEX(
oldFb
->Mutex);
243
ASSERT(
oldFb
->RefCount > 0);
244
oldFb
->RefCount--;
245
deleteFlag = (
oldFb
->RefCount == 0);
246
_glthread_UNLOCK_MUTEX(
oldFb
->Mutex);
249
oldFb
->Delete(
oldFb
);
/external/libvncserver/examples/
example.c
83
unsigned char *
oldfb
, *newfb;
local
87
oldfb
= (unsigned char*)screen->frameBuffer;
91
free(
oldfb
);
Completed in 100 milliseconds