/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 35 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; member
|
D | renderControl_ftable.h | 35 {"rcUpdateColorBuffer", (void*)rcUpdateColorBuffer},
|
D | renderControl_entry.cpp | 32 …int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum … 230 int rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenum f… in rcUpdateColorBuffer() function 233 return ctx->rcUpdateColorBuffer(ctx, colorbuffer, x, y, width, height, format, type, pixels); in rcUpdateColorBuffer()
|
D | renderControl.attrib | 38 rcUpdateColorBuffer
|
D | renderControl_client_context.h | 37 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; member
|
D | renderControl_client_context.cpp | 37 rcUpdateColorBuffer = (rcUpdateColorBuffer_client_proc_t) getProc("rcUpdateColorBuffer", userData); in initDispatchByName()
|
D | renderControl.in | 25 GL_ENTRY(int, rcUpdateColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heigh…
|
D | README | 132 void rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y,
|
D | renderControl_enc.cpp | 2848 this->rcUpdateColorBuffer = &rcUpdateColorBuffer_enc; in renderControl_encoder_context_t()
|
/device/generic/vulkan-cereal/stream-servers/renderControl_dec/ |
D | renderControl_server_context.h | 37 rcUpdateColorBuffer_server_proc_t rcUpdateColorBuffer; member
|
D | renderControl_server_context.cpp | 37 rcUpdateColorBuffer = (rcUpdateColorBuffer_server_proc_t) getProc("rcUpdateColorBuffer", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 530 …*(int *)(&tmpBuf[0]) = this->rcUpdateColorBuffer(var_colorbuffer, var_x, var_y, var_width, var_… in decode()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.attrib | 70 rcUpdateColorBuffer
|
D | renderControl.in | 25 GL_ENTRY(int, rcUpdateColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heigh…
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 694 static int rcUpdateColorBuffer(uint32_t, GLint, GLint, GLint, GLint, GLenum, GLenum, void*) { in rcUpdateColorBuffer() function 852 rcUpdateColorBuffer = ::rcUpdateColorBuffer; in RenderControl()
|
/device/generic/vulkan-cereal/protocols/renderControl/ |
D | renderControl.attrib | 45 rcUpdateColorBuffer
|
D | renderControl.in | 25 GL_ENTRY(int, rcUpdateColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heigh…
|
/device/generic/vulkan-cereal/stream-servers/ |
D | RenderControl.cpp | 1013 static int rcUpdateColorBuffer(uint32_t colorBuffer, in rcUpdateColorBuffer() function 1576 dec->rcUpdateColorBuffer = rcUpdateColorBuffer; in initRenderControlContext()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 595 rcEnc->rcUpdateColorBuffer(rcEnc, cb->hostHandle, in updateHostColorBuffer()
|