OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rcBindTexture
(Results
1 - 3
of
3
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_entry.cpp
29
void
rcBindTexture
(uint32_t colorBuffer);
163
void
rcBindTexture
(uint32_t colorBuffer)
166
ctx->
rcBindTexture
(ctx, colorBuffer);
renderControl_client_context.h
31
rcBindTexture_client_proc_t
rcBindTexture
;
57
virtual rcBindTexture_client_proc_t set_rcBindTexture(rcBindTexture_client_proc_t f) { rcBindTexture_client_proc_t retval =
rcBindTexture
;
rcBindTexture
= f; return retval;}
/sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp
284
static void
rcBindTexture
(uint32_t colorBuffer)
355
dec->set_rcBindTexture(
rcBindTexture
);
Completed in 111 milliseconds