OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcUpdateColorBufferDMA
(Results
1 - 6
of
6
) sorted by null
/device/generic/goldfish-opengl/system/renderControl_enc/
renderControl_ftable.h
45
{"
rcUpdateColorBufferDMA
", (void*)
rcUpdateColorBufferDMA
},
renderControl_client_context.h
47
rcUpdateColorBufferDMA_client_proc_t
rcUpdateColorBufferDMA
;
renderControl_client_context.cpp
47
rcUpdateColorBufferDMA
= (rcUpdateColorBufferDMA_client_proc_t) getProc("
rcUpdateColorBufferDMA
", userData);
renderControl_entry.cpp
42
int
rcUpdateColorBufferDMA
(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_size);
256
int
rcUpdateColorBufferDMA
(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum format, GLenum type, void* pixels, uint32_t pixels_size)
259
return ctx->
rcUpdateColorBufferDMA
(ctx, colorbuffer, x, y, width, height, format, type, pixels, pixels_size);
renderControl_enc.cpp
[
all
...]
/device/generic/goldfish-opengl/system/gralloc/
gralloc.cpp
369
rcEnc->
rcUpdateColorBufferDMA
(rcEnc, cb->hostHandle,
[
all
...]
Completed in 74 milliseconds