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