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