Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h57 {"rcReadColorBufferYUV", (void*)rcReadColorBufferYUV},
DrenderControl_client_context.h59 rcReadColorBufferYUV_client_proc_t rcReadColorBufferYUV; member
DrenderControl_client_context.cpp59rcReadColorBufferYUV = (rcReadColorBufferYUV_client_proc_t) getProc("rcReadColorBufferYUV", userDa… in initDispatchByName()
DrenderControl_entry.cpp54 …void rcReadColorBufferYUV(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void*…
362 void rcReadColorBufferYUV(uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint height, void* … in rcReadColorBufferYUV() function
365 ctx->rcReadColorBufferYUV(ctx, colorbuffer, x, y, width, height, pixels, pixels_size); in rcReadColorBufferYUV()
DrenderControl_enc.cpp2874 this->rcReadColorBufferYUV = &rcReadColorBufferYUV_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h59 rcReadColorBufferYUV_server_proc_t rcReadColorBufferYUV; member
DrenderControl_server_context.cpp59rcReadColorBufferYUV = (rcReadColorBufferYUV_server_proc_t) getProc("rcReadColorBufferYUV", userDa… in initDispatchByName()
DrenderControl_dec.cpp1015 …this->rcReadColorBufferYUV(var_colorbuffer, var_x, var_y, var_width, var_height, (void*)(outptr_pi… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib41 rcReadColorBufferYUV
DrenderControl.in47 GL_ENTRY(void, rcReadColorBufferYUV, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint hei…
/hardware/google/gfxstream/host/
DRenderControl.cpp1351 static void rcReadColorBufferYUV(uint32_t colorBuffer, in rcReadColorBufferYUV() function
1597 dec->rcReadColorBufferYUV = rcReadColorBufferYUV; in initRenderControlContext()