OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcFlushWindowColorBuffer_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h
27
rcFlushWindowColorBuffer_client_proc_t
rcFlushWindowColorBuffer;
53
virtual
rcFlushWindowColorBuffer_client_proc_t
set_rcFlushWindowColorBuffer(
rcFlushWindowColorBuffer_client_proc_t
f) {
rcFlushWindowColorBuffer_client_proc_t
retval = rcFlushWindowColorBuffer; rcFlushWindowColorBuffer = f; return retval;}
renderControl_client_context.cpp
31
ptr = getProc("rcFlushWindowColorBuffer", userData); set_rcFlushWindowColorBuffer((
rcFlushWindowColorBuffer_client_proc_t
)ptr);
renderControl_client_proc.h
28
typedef int (renderControl_APIENTRY *
rcFlushWindowColorBuffer_client_proc_t
) (void * ctx, uint32_t);
Completed in 40 milliseconds