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