OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcGetFBParam_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h
18
rcGetFBParam_client_proc_t
rcGetFBParam;
44
virtual
rcGetFBParam_client_proc_t
set_rcGetFBParam(
rcGetFBParam_client_proc_t
f) {
rcGetFBParam_client_proc_t
retval = rcGetFBParam; rcGetFBParam = f; return retval;}
renderControl_client_context.cpp
22
ptr = getProc("rcGetFBParam", userData); set_rcGetFBParam((
rcGetFBParam_client_proc_t
)ptr);
renderControl_client_proc.h
19
typedef EGLint (renderControl_APIENTRY *
rcGetFBParam_client_proc_t
) (void * ctx, EGLint);
Completed in 4659 milliseconds