Home
last modified time | relevance | path

Searched refs:rcUpdateColorBufferDMA (Results 1 – 11 of 11) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h45 {"rcUpdateColorBufferDMA", (void*)rcUpdateColorBufferDMA},
DrenderControl_client_context.h47 rcUpdateColorBufferDMA_client_proc_t rcUpdateColorBufferDMA; member
DrenderControl_client_context.cpp47rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_client_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
DrenderControl_entry.cpp42 …int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLen…
290 int rcUpdateColorBufferDMA(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, GLenu… in rcUpdateColorBufferDMA() function
293 …return ctx->rcUpdateColorBufferDMA(ctx, colorbuffer, x, y, width, height, format, type, pixels, pi… in rcUpdateColorBufferDMA()
DrenderControl_enc.cpp2862 this->rcUpdateColorBufferDMA = &rcUpdateColorBufferDMA_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h47 rcUpdateColorBufferDMA_server_proc_t rcUpdateColorBufferDMA; member
DrenderControl_server_context.cpp47rcUpdateColorBufferDMA = (rcUpdateColorBufferDMA_server_proc_t) getProc("rcUpdateColorBufferDMA", … in initDispatchByName()
DrenderControl_dec.cpp735 …*(int *)(&tmpBuf[0]) = this->rcUpdateColorBufferDMA(var_colorbuffer, var_x, var_y, var_width, v… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib50 rcUpdateColorBufferDMA
DrenderControl.in35 GL_ENTRY(int, rcUpdateColorBufferDMA, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint he…
/hardware/google/gfxstream/host/
DRenderControl.cpp1019 static int rcUpdateColorBufferDMA(uint32_t colorBuffer, in rcUpdateColorBufferDMA() function
1585 dec->rcUpdateColorBufferDMA = rcUpdateColorBufferDMA; in initRenderControlContext()