Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h34 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member
DrenderControl_ftable.h34 {"rcReadColorBuffer", (void*)rcReadColorBuffer},
DrenderControl.attrib34 rcReadColorBuffer
DrenderControl_client_context.h36 rcReadColorBuffer_client_proc_t rcReadColorBuffer; member
DrenderControl_client_context.cpp36 rcReadColorBuffer = (rcReadColorBuffer_client_proc_t) getProc("rcReadColorBuffer", userData); in initDispatchByName()
DrenderControl.in24 GL_ENTRY(void, rcReadColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height…
DrenderControl_entry.cpp31 …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()
DREADME125 void rcReadColorBuffer(uint32_t colorbuffer, GLint x, GLint y,
DrenderControl_enc.cpp2851 this->rcReadColorBuffer = &rcReadColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h36 rcReadColorBuffer_server_proc_t rcReadColorBuffer; member
DrenderControl_server_context.cpp36 rcReadColorBuffer = (rcReadColorBuffer_server_proc_t) getProc("rcReadColorBuffer", userData); in initDispatchByName()
DrenderControl_dec.cpp501 …this->rcReadColorBuffer(var_colorbuffer, var_x, var_y, var_width, var_height, var_format, var_type… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib37 rcReadColorBuffer
DrenderControl.in24 GL_ENTRY(void, rcReadColorBuffer, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height…
/hardware/google/gfxstream/host/
DRenderControl.cpp985 static void rcReadColorBuffer(uint32_t colorBuffer, in rcReadColorBuffer() function
1574 dec->rcReadColorBuffer = rcReadColorBuffer; in initRenderControlContext()