OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcSetWindowColorBuffer
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp
24
void
rcSetWindowColorBuffer
(uint32_t windowSurface, uint32_t colorBuffer);
133
void
rcSetWindowColorBuffer
(uint32_t windowSurface, uint32_t colorBuffer)
136
ctx->
rcSetWindowColorBuffer
(ctx, windowSurface, colorBuffer);
renderControl_client_context.h
26
rcSetWindowColorBuffer_client_proc_t
rcSetWindowColorBuffer
;
52
virtual rcSetWindowColorBuffer_client_proc_t set_rcSetWindowColorBuffer(rcSetWindowColorBuffer_client_proc_t f) { rcSetWindowColorBuffer_client_proc_t retval =
rcSetWindowColorBuffer
;
rcSetWindowColorBuffer
= f; return retval;}
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
246
static void
rcSetWindowColorBuffer
(uint32_t windowSurface,
350
dec->set_rcSetWindowColorBuffer(
rcSetWindowColorBuffer
);
Completed in 1616 milliseconds