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