OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcSetWindowColorBuffer
(Results
1 - 5
of
5
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
26
{"
rcSetWindowColorBuffer
", (void*)
rcSetWindowColorBuffer
},
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;}
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);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
246
static void
rcSetWindowColorBuffer
(uint32_t windowSurface,
350
dec->set_rcSetWindowColorBuffer(
rcSetWindowColorBuffer
);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
277
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface,
324
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface,
388
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface, rcColorBuffer);
[
all
...]
Completed in 102 milliseconds