OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcCloseColorBuffer_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h
25
rcCloseColorBuffer_client_proc_t
rcCloseColorBuffer;
51
virtual
rcCloseColorBuffer_client_proc_t
set_rcCloseColorBuffer(
rcCloseColorBuffer_client_proc_t
f) {
rcCloseColorBuffer_client_proc_t
retval = rcCloseColorBuffer; rcCloseColorBuffer = f; return retval;}
renderControl_client_context.cpp
29
ptr = getProc("rcCloseColorBuffer", userData); set_rcCloseColorBuffer((
rcCloseColorBuffer_client_proc_t
)ptr);
renderControl_client_proc.h
26
typedef void (renderControl_APIENTRY *
rcCloseColorBuffer_client_proc_t
) (void * ctx, uint32_t);
Completed in 29 milliseconds