OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_rcFlushWindowColorBuffer
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.cpp
31
ptr = getProc("rcFlushWindowColorBuffer", userData);
set_rcFlushWindowColorBuffer
((rcFlushWindowColorBuffer_client_proc_t)ptr);
renderControl_client_context.h
53
virtual rcFlushWindowColorBuffer_client_proc_t
set_rcFlushWindowColorBuffer
(rcFlushWindowColorBuffer_client_proc_t f) { rcFlushWindowColorBuffer_client_proc_t retval = rcFlushWindowColorBuffer; rcFlushWindowColorBuffer = f; return retval;}
renderControl_enc.cpp
528
set_rcFlushWindowColorBuffer
(rcFlushWindowColorBuffer_enc);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
351
dec->
set_rcFlushWindowColorBuffer
(rcFlushWindowColorBuffer);
Completed in 28 milliseconds