/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 34 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member
|
D | renderControl_ftable.h | 34 {"rcReadColorBuffer", (void*)rcReadColorBuffer},
|
D | renderControl_entry.cpp | 31 …void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f… 224 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum fo… in rcReadColorBuffer() function 227 ctx->rcReadColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); in rcReadColorBuffer()
|
D | renderControl.attrib | 34 rcReadColorBuffer
|
D | renderControl_client_context.h | 36 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member
|
D | renderControl_client_context.cpp | 36 rcReadColorBuffer = (rcReadColorBuffer_client_proc_t) getProc("rcReadColorBuffer", userData); in initDispatchByName()
|
D | renderControl.in | 24 GL_ENTRY(void, rcReadColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height…
|
D | README | 125 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y,
|
D | renderControl_enc.cpp | 2847 this->rcReadColorBuffer = &rcReadColorBuffer_enc; in renderControl_encoder_context_t()
|
/device/generic/vulkan-cereal/stream-servers/renderControl_dec/ |
D | renderControl_server_context.h | 36 rcReadColorBuffer_server_proc_t rcReadColorBuffer; member
|
D | renderControl_server_context.cpp | 36 rcReadColorBuffer = (rcReadColorBuffer_server_proc_t) getProc("rcReadColorBuffer", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 501 …this->rcReadColorBuffer(var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type… in decode()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 67 rcReadColorBuffer
|
D | renderControl.in | 24 GL_ENTRY(void, rcReadColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 690 static void rcReadColorBuffer(uint32_t, GLint, GLint, GLint, GLint, GLenum, GLenum, void*) { in rcReadColorBuffer() function 851 rcReadColorBuffer = ::rcReadColorBuffer; in RenderControl()
|
/device/generic/vulkan-cereal/protocols/renderControl/ |
D | renderControl.attrib | 37 rcReadColorBuffer
|
D | renderControl.in | 24 GL_ENTRY(void, rcReadColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height…
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 455 rcEnc->rcReadColorBuffer(rcEnc, cb.hostHandle, in lockHostImpl() 494 rcEnc->rcReadColorBuffer(rcEnc, in lockHostImpl()
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderControl.cpp | 1000 static void rcReadColorBuffer(uint32_t colorBuffer, in rcReadColorBuffer() function 1575 dec->rcReadColorBuffer = rcReadColorBuffer; in initRenderControlContext()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 1293 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle, in gralloc_lock() 1305 rcEnc->rcReadColorBuffer(rcEnc, cb->hostHandle, in gralloc_lock()
|