OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcBindTexture
(Results
1 - 9
of
9
) sorted by null
/device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h
31
{"
rcBindTexture
", (void*)
rcBindTexture
},
renderControl_client_base.h
31
rcBindTexture_client_proc_t
rcBindTexture
;
renderControl_client_context.h
33
rcBindTexture_client_proc_t
rcBindTexture
;
renderControl_client_context.cpp
33
rcBindTexture
= (rcBindTexture_client_proc_t) getProc("
rcBindTexture
", userData);
renderControl_entry.cpp
29
void
rcBindTexture
(uint32_t colorBuffer);
167
void
rcBindTexture
(uint32_t colorBuffer)
170
ctx->
rcBindTexture
(ctx, colorBuffer);
renderControl_enc.cpp
[
all
...]
/device/generic/goldfish/opengl/system/GLESv1/
gl.cpp
76
rcEnc->
rcBindTexture
(rcEnc,
/device/generic/goldfish/opengl/system/GLESv2/
gl2.cpp
77
rcEnc->
rcBindTexture
(rcEnc, ((cb_handle_t *)(native_buffer->handle))->hostHandle);
/device/generic/goldfish/opengl/system/egl/
egl.cpp
871
rcEnc->
rcBindTexture
(rcEnc, pbSurface->getRcColorBuffer());
[
all
...]
Completed in 44 milliseconds