OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcDestroyWindowSurface
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp
20
void
rcDestroyWindowSurface
(uint32_t windowSurface);
109
void
rcDestroyWindowSurface
(uint32_t windowSurface)
112
ctx->
rcDestroyWindowSurface
(ctx, windowSurface);
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;}
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
197
static void
rcDestroyWindowSurface
(uint32_t windowSurface)
346
dec->set_rcDestroyWindowSurface(
rcDestroyWindowSurface
);
Completed in 31 milliseconds