Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer; member
DrenderControl_ftable.h23 {"rcCreateColorBuffer", (void*)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)
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()
DREADME74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
DrenderControl_enc.cpp2840 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/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()
/hardware/google/gfxstream/guest/android/
DGrallocGoldfish.cpp26 return rc->rcCreateColorBuffer(rc, width, height, glformat); in createColorBuffer()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
/hardware/google/gfxstream/host/
DRenderControl.cpp808 static uint32_t rcCreateColorBuffer(uint32_t width, in rcCreateColorBuffer() function
1563 dec->rcCreateColorBuffer = rcCreateColorBuffer; in initRenderControlContext()