Home
last modified time | relevance | path

Searched refs:rcCreateColorBuffer (Results 1 – 17 of 17) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_client_base.h23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
DrenderControl_ftable.h23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
DrenderControl_entry.cpp20 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
158 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat) in rcCreateColorBuffer() function
161 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat); in rcCreateColorBuffer()
DrenderControl_client_context.h25 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
DrenderControl_client_context.cpp25 rcCreateColorBuffer = (rcCreateColorBuffer_client_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
DrenderControl.in13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
DREADME74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
DrenderControl_enc.cpp2836 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc; in renderControl_encoder_context_t()
/device/generic/vulkan-cereal/stream-servers/renderControl_dec/
DrenderControl_server_context.h25 rcCreateColorBuffer_server_proc_t rcCreateColorBuffer; member
DrenderControl_server_context.cpp25 rcCreateColorBuffer = (rcCreateColorBuffer_server_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
DrenderControl_dec.cpp317 …*(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBuffer(var_width, var_height, var_internalFormat… in decode()
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp470 static uint32_t rcCreateColorBuffer(uint32_t, uint32_t, GLenum) { in rcCreateColorBuffer() function
840 rcCreateColorBuffer = ::rcCreateColorBuffer; in RenderControl()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.in13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
/device/generic/vulkan-cereal/stream-servers/
DRenderControl.cpp823 static uint32_t rcCreateColorBuffer(uint32_t width, in rcCreateColorBuffer() function
1564 dec->rcCreateColorBuffer = rcCreateColorBuffer; in initRenderControlContext()
/device/generic/vulkan-cereal/protocols/renderControl/
DrenderControl.in13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DHostConnection.cpp197 return rcEnc->rcCreateColorBuffer( in createColorBuffer()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc_old.cpp910 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, allocFormat); in gralloc_alloc()