OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:set_rcSetWindowColorBuffer
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_client_context.cpp
30
ptr = getProc("rcSetWindowColorBuffer", userData);
set_rcSetWindowColorBuffer
((rcSetWindowColorBuffer_client_proc_t)ptr);
renderControl_client_context.h
52
virtual rcSetWindowColorBuffer_client_proc_t
set_rcSetWindowColorBuffer
(rcSetWindowColorBuffer_client_proc_t f) { rcSetWindowColorBuffer_client_proc_t retval = rcSetWindowColorBuffer; rcSetWindowColorBuffer = f; return retval;}
renderControl_enc.cpp
527
set_rcSetWindowColorBuffer
(rcSetWindowColorBuffer_enc);
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
350
dec->
set_rcSetWindowColorBuffer
(rcSetWindowColorBuffer);
Completed in 4592 milliseconds