Home
last modified time | relevance | path

Searched refs:rcCreateColorBufferDMA (Results 1 – 10 of 10) 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_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…
274 uint32_t rcCreateColorBufferDMA(uint32_t width, uint32_t height, GLenum internalFormat, int framewo… in rcCreateColorBufferDMA() function
277 return ctx->rcCreateColorBufferDMA(ctx, width, height, internalFormat, frameworkFormat); in rcCreateColorBufferDMA()
DrenderControl_enc.cpp1918 this->rcCreateColorBufferDMA = &rcCreateColorBufferDMA_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.in36 GL_ENTRY(uint32_t, rcCreateColorBufferDMA, uint32_t width, uint32_t height, GLenum internalFormat, …
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp809 static uint32_t rcCreateColorBufferDMA(uint32_t, uint32_t, GLenum, int) { in rcCreateColorBufferDMA() function
863 rcCreateColorBufferDMA = ::rcCreateColorBufferDMA; in RenderControl()
/device/generic/goldfish-opengl/system/hals/
Dallocator3.cpp359 hostHandle = rcEnc->rcCreateColorBufferDMA( in allocateCb()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_30.cpp826 hostHandle = rcEnc->rcCreateColorBufferDMA( in alloc_buffer()
Dgralloc_old.cpp875 …cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, allocFormat, selectedEmuFrameworkForma… in gralloc_alloc()