Searched refs:rcCreateColorBufferDMA (Results 1 – 10 of 10) sorted by relevance
/device/generic/goldfish-opengl/system/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… 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()
|
D | renderControl_enc.cpp | 1918 this->rcCreateColorBufferDMA = &rcCreateColorBufferDMA_enc; in renderControl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.in | 36 GL_ENTRY(uint32_t, rcCreateColorBufferDMA, uint32_t width, uint32_t height, GLenum internalFormat, …
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 809 static uint32_t rcCreateColorBufferDMA(uint32_t, uint32_t, GLenum, int) { in rcCreateColorBufferDMA() function 863 rcCreateColorBufferDMA = ::rcCreateColorBufferDMA; in RenderControl()
|
/device/generic/goldfish-opengl/system/hals/ |
D | allocator3.cpp | 359 hostHandle = rcEnc->rcCreateColorBufferDMA( in allocateCb()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 826 hostHandle = rcEnc->rcCreateColorBufferDMA( in alloc_buffer()
|
D | gralloc_old.cpp | 875 …cb->hostHandle = rcEnc->rcCreateColorBufferDMA(rcEnc, w, h, allocFormat, selectedEmuFrameworkForma… in gralloc_alloc()
|