OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcSetWindowColorBuffer
(Results
1 - 6
of
6
) 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
;
renderControl_client_context.cpp
28
rcSetWindowColorBuffer
= (rcSetWindowColorBuffer_client_proc_t) getProc("
rcSetWindowColorBuffer
", userData);
renderControl_entry.cpp
24
void
rcSetWindowColorBuffer
(uint32_t windowSurface, uint32_t colorBuffer);
134
void
rcSetWindowColorBuffer
(uint32_t windowSurface, uint32_t colorBuffer)
137
ctx->
rcSetWindowColorBuffer
(ctx, windowSurface, colorBuffer);
renderControl_enc.cpp
550
this->
rcSetWindowColorBuffer
= &rcSetWindowColorBuffer_enc;
/device/generic/goldfish/opengl/system/egl/
egl.cpp
280
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface,
327
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface,
391
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface, rcColorBuffer);
[
all
...]
Completed in 42 milliseconds