Home
last modified time | relevance | path

Searched refs:rcUpdateColorBuffer (Results 1 – 15 of 15) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h35 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; member
DrenderControl_ftable.h35 {"rcUpdateColorBuffer", (void*)rcUpdateColorBuffer},
DrenderControl.attrib38 rcUpdateColorBuffer
DrenderControl_client_context.h37 rcUpdateColorBuffer_client_proc_t rcUpdateColorBuffer; member
DrenderControl_client_context.cpp37 rcUpdateColorBuffer = (rcUpdateColorBuffer_client_proc_t) getProc("rcUpdateColorBuffer", userData); in initDispatchByName()
DrenderControl.in25 GL_ENTRY(int, rcUpdateColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heigh…
DrenderControl_entry.cpp32 …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()
DREADME132 void rcUpdateColorBuffer(uint32_t colorbuffer, GLint x, GLint y,
DrenderControl_enc.cpp2852 this->rcUpdateColorBuffer = &rcUpdateColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h37 rcUpdateColorBuffer_server_proc_t rcUpdateColorBuffer; member
DrenderControl_server_context.cpp37 rcUpdateColorBuffer = (rcUpdateColorBuffer_server_proc_t) getProc("rcUpdateColorBuffer", userData); in initDispatchByName()
DrenderControl_dec.cpp530 …*(int *)(&tmpBuf[0]) = this->rcUpdateColorBuffer(var_colorbuffer, var_x, var_y, var_width, var_… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib45 rcUpdateColorBuffer
DrenderControl.in25 GL_ENTRY(int, rcUpdateColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint heigh…
/hardware/google/gfxstream/host/
DRenderControl.cpp998 static int rcUpdateColorBuffer(uint32_t colorBuffer, in rcUpdateColorBuffer() function
1575 dec->rcUpdateColorBuffer = rcUpdateColorBuffer; in initRenderControlContext()