Searched refs:rcCreateColorBuffer (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
|
D | renderControl_ftable.h | 23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
|
D | renderControl_client_context.h | 25 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
|
D | renderControl_entry.cpp | 20 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat); 139 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() function 142 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat); in rcCreateColorBuffer()
|
D | renderControl_client_context.cpp | 25 rcCreateColorBuffer = (rcCreateColorBuffer_client_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
|
D | renderControl.in | 13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
|
D | README | 74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
|
D | renderControl_enc.cpp | 1988 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc; in renderControl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.in | 13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 470 static uint32_t rcCreateColorBuffer(uint32_t, uint32_t, GLenum) { in rcCreateColorBuffer() function 840 rcCreateColorBuffer = ::rcCreateColorBuffer; in RenderControl()
|
/device/generic/goldfish-opengl/system/OpenglSystemCommon/ |
D | HostConnection.cpp | 158 return rcEnc->rcCreateColorBuffer( in createColorBuffer()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_old.cpp | 877 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat); in gralloc_alloc()
|