OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_rcGetEGLVersion
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.cpp
16
ptr = getProc("rcGetEGLVersion", userData);
set_rcGetEGLVersion
((rcGetEGLVersion_client_proc_t)ptr);
renderControl_client_context.h
38
virtual rcGetEGLVersion_client_proc_t
set_rcGetEGLVersion
(rcGetEGLVersion_client_proc_t f) { rcGetEGLVersion_client_proc_t retval = rcGetEGLVersion; rcGetEGLVersion = f; return retval;}
renderControl_enc.cpp
513
set_rcGetEGLVersion
(rcGetEGLVersion_enc);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
336
dec->
set_rcGetEGLVersion
(rcGetEGLVersion);
Completed in 327 milliseconds