Searched refs:rcReadColorBufferYUV (Results 1 – 11 of 11) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 57 {"rcReadColorBufferYUV", (void*)rcReadColorBufferYUV},
|
D | renderControl_client_context.h | 59 rcReadColorBufferYUV_client_proc_t rcReadColorBufferYUV; member
|
D | renderControl_client_context.cpp | 59 …rcReadColorBufferYUV = (rcReadColorBufferYUV_client_proc_t) getProc("rcReadColorBufferYUV", userDa… in initDispatchByName()
|
D | renderControl_entry.cpp | 54 …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()
|
D | renderControl_enc.cpp | 2874 this->rcReadColorBufferYUV = &rcReadColorBufferYUV_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 59 rcReadColorBufferYUV_server_proc_t rcReadColorBufferYUV; member
|
D | renderControl_server_context.cpp | 59 …rcReadColorBufferYUV = (rcReadColorBufferYUV_server_proc_t) getProc("rcReadColorBufferYUV", userDa… in initDispatchByName()
|
D | renderControl_dec.cpp | 1015 …this->rcReadColorBufferYUV(var_colorbuffer, var_x, var_y, var_width, var_height, (void*)(outptr_pi… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 41 rcReadColorBufferYUV
|
D | renderControl.in | 47 GL_ENTRY(void, rcReadColorBufferYUV, uint32_t colorbuffer, GLint x, GLint y, GLint width, GLint hei…
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1351 static void rcReadColorBufferYUV(uint32_t colorBuffer, in rcReadColorBufferYUV() function 1597 dec->rcReadColorBufferYUV = rcReadColorBufferYUV; in initRenderControlContext()
|