OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcDestroyWindowSurface_client_proc_t
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.h
22
rcDestroyWindowSurface_client_proc_t
rcDestroyWindowSurface;
48
virtual
rcDestroyWindowSurface_client_proc_t
set_rcDestroyWindowSurface(
rcDestroyWindowSurface_client_proc_t
f) {
rcDestroyWindowSurface_client_proc_t
retval = rcDestroyWindowSurface; rcDestroyWindowSurface = f; return retval;}
renderControl_client_context.cpp
26
ptr = getProc("rcDestroyWindowSurface", userData); set_rcDestroyWindowSurface((
rcDestroyWindowSurface_client_proc_t
)ptr);
renderControl_client_proc.h
23
typedef void (renderControl_APIENTRY *
rcDestroyWindowSurface_client_proc_t
) (void * ctx, uint32_t);
Completed in 27 milliseconds