OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcFlushWindowColorBuffer
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp
25
int
rcFlushWindowColorBuffer
(uint32_t windowSurface);
139
int
rcFlushWindowColorBuffer
(uint32_t windowSurface)
142
return ctx->
rcFlushWindowColorBuffer
(ctx, windowSurface);
renderControl_client_context.h
27
rcFlushWindowColorBuffer_client_proc_t
rcFlushWindowColorBuffer
;
53
virtual rcFlushWindowColorBuffer_client_proc_t set_rcFlushWindowColorBuffer(rcFlushWindowColorBuffer_client_proc_t f) { rcFlushWindowColorBuffer_client_proc_t retval =
rcFlushWindowColorBuffer
;
rcFlushWindowColorBuffer
= f; return retval;}
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
236
static int
rcFlushWindowColorBuffer
(uint32_t windowSurface)
351
dec->set_rcFlushWindowColorBuffer(
rcFlushWindowColorBuffer
);
Completed in 326 milliseconds