OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcSetWindowColorBuffer
(Results
1 - 7
of
7
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
26
{"
rcSetWindowColorBuffer
", (void*)
rcSetWindowColorBuffer
},
renderControl_client_base.h
26
rcSetWindowColorBuffer_client_proc_t
rcSetWindowColorBuffer
;
renderControl_client_context.h
28
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);
137
void
rcSetWindowColorBuffer
(uint32_t windowSurface, uint32_t colorBuffer)
140
ctx->
rcSetWindowColorBuffer
(ctx, windowSurface, colorBuffer);
renderControl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/egl/
egl.cpp
278
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface,
325
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface,
392
rcEnc->
rcSetWindowColorBuffer
(rcEnc, rcSurface, rcColorBuffer);
[
all
...]
Completed in 2338 milliseconds