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