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