Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h46 {"rcCreateColorBufferDMA", (void*)rcCreateColorBufferDMA},
DrenderControl_client_context.h48 rcCreateColorBufferDMA_client_proc_t rcCreateColorBufferDMA; member
DrenderControl_entry.cpp43 …uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framew…
262 uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framewo… in rcCreateColorBufferDMA() function
265 return ctx->rcCreateColorBufferDMA(ctx, width, height, internalFormat, frameworkFormat); in rcCreateColorBufferDMA()
DrenderControl_client_context.cpp48rcCreateColorBufferDMA = (rcCreateColorBufferDMA_client_proc_t) getProc("rcCreateColorBufferDMA", … in initDispatchByName()
DrenderControl_enc.cpp1410 this->rcCreateColorBufferDMA = &rcCreateColorBufferDMA_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp654 … cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, glFormat, cb->emuFrameworkFormat); in gralloc_alloc()