Home
last modified time | relevance | path

Searched refs:rcCreateColorBufferDMA (Results 1 – 10 of 10) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h46 {"rcCreateColorBufferDMA", (void*)rcCreateColorBufferDMA},
DrenderControl_client_context.h48 rcCreateColorBufferDMA_client_proc_t rcCreateColorBufferDMA; member
DrenderControl_client_context.cpp48rcCreateColorBufferDMA = (rcCreateColorBufferDMA_client_proc_t) getProc("rcCreateColorBufferDMA", … in initDispatchByName()
DrenderControl_entry.cpp43 …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()
DrenderControl_enc.cpp2863 this->rcCreateColorBufferDMA = &rcCreateColorBufferDMA_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h48 rcCreateColorBufferDMA_server_proc_t rcCreateColorBufferDMA; member
DrenderControl_server_context.cpp48rcCreateColorBufferDMA = (rcCreateColorBufferDMA_server_proc_t) getProc("rcCreateColorBufferDMA", … in initDispatchByName()
DrenderControl_dec.cpp759 …*(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBufferDMA(var_width, var_height, var_internalFor… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in36 GL_ENTRY(uint32_t, rcCreateColorBufferDMA, uint32_t width, uint32_t height, GLenum internalFormat, …
/hardware/google/gfxstream/host/
DRenderControl.cpp820 static uint32_t rcCreateColorBufferDMA(uint32_t width, in rcCreateColorBufferDMA() function
1586 dec->rcCreateColorBufferDMA = rcCreateColorBufferDMA; in initRenderControlContext()