OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_rcDestroyContext
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.cpp
24
ptr = getProc("rcDestroyContext", userData);
set_rcDestroyContext
((rcDestroyContext_client_proc_t)ptr);
renderControl_client_context.h
46
virtual rcDestroyContext_client_proc_t
set_rcDestroyContext
(rcDestroyContext_client_proc_t f) { rcDestroyContext_client_proc_t retval = rcDestroyContext; rcDestroyContext = f; return retval;}
renderControl_enc.cpp
521
set_rcDestroyContext
(rcDestroyContext_enc);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
344
dec->
set_rcDestroyContext
(rcDestroyContext);
Completed in 44 milliseconds