Searched refs:rcCreateColorBufferDMA (Results 1 – 10 of 10) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 46 {"rcCreateColorBufferDMA", (void*)rcCreateColorBufferDMA},
|
D | renderControl_client_context.h | 48 rcCreateColorBufferDMA_client_proc_t rcCreateColorBufferDMA; member
|
D | renderControl_client_context.cpp | 48 …rcCreateColorBufferDMA = (rcCreateColorBufferDMA_client_proc_t) getProc("rcCreateColorBufferDMA", … in initDispatchByName()
|
D | renderControl_entry.cpp | 43 …uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framew… 296 uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framewo… in rcCreateColorBufferDMA() function 299 return ctx->rcCreateColorBufferDMA(ctx, width, height, internalFormat, frameworkFormat); in rcCreateColorBufferDMA()
|
D | renderControl_enc.cpp | 2863 this->rcCreateColorBufferDMA = &rcCreateColorBufferDMA_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 48 rcCreateColorBufferDMA_server_proc_t rcCreateColorBufferDMA; member
|
D | renderControl_server_context.cpp | 48 …rcCreateColorBufferDMA = (rcCreateColorBufferDMA_server_proc_t) getProc("rcCreateColorBufferDMA", … in initDispatchByName()
|
D | renderControl_dec.cpp | 759 …*(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBufferDMA(var_width, var_height, var_internalFor… in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 36 GL_ENTRY(uint32_t, rcCreateColorBufferDMA, uint32_t width, uint32_t height, GLenum internalFormat, …
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 820 static uint32_t rcCreateColorBufferDMA(uint32_t width, in rcCreateColorBufferDMA() function 1586 dec->rcCreateColorBufferDMA = rcCreateColorBufferDMA; in initRenderControlContext()
|