OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcGetEGLVersion_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h
12
rcGetEGLVersion_client_proc_t
rcGetEGLVersion;
38
virtual
rcGetEGLVersion_client_proc_t
set_rcGetEGLVersion(
rcGetEGLVersion_client_proc_t
f) {
rcGetEGLVersion_client_proc_t
retval = rcGetEGLVersion; rcGetEGLVersion = f; return retval;}
renderControl_client_context.cpp
16
ptr = getProc("rcGetEGLVersion", userData); set_rcGetEGLVersion((
rcGetEGLVersion_client_proc_t
)ptr);
renderControl_client_proc.h
13
typedef EGLint (renderControl_APIENTRY *
rcGetEGLVersion_client_proc_t
) (void * ctx, EGLint*, EGLint*);
Completed in 43 milliseconds