Searched refs:rcCreateColorBuffer (Results 1 – 14 of 14) sorted by relevance
/hardware/google/gfxstream/guest/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_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 | renderControl_entry.cpp | 20 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()
|
D | README | 74 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
|
D | renderControl_enc.cpp | 2840 this->rcCreateColorBuffer = &rcCreateColorBuffer_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 25 rcCreateColorBuffer_server_proc_t rcCreateColorBuffer; member
|
D | renderControl_server_context.cpp | 25 rcCreateColorBuffer = (rcCreateColorBuffer_server_proc_t) getProc("rcCreateColorBuffer", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 317 …*(uint32_t *)(&tmpBuf[0]) = this->rcCreateColorBuffer(var_width, var_height, var_internalFormat… in decode()
|
/hardware/google/gfxstream/guest/android/ |
D | GrallocGoldfish.cpp | 26 return rc->rcCreateColorBuffer(rc, width, height, glformat); in createColorBuffer()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.in | 13 GL_ENTRY(uint32_t, rcCreateColorBuffer, uint32_t width, uint32_t height, GLenum internalFormat)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 808 static uint32_t rcCreateColorBuffer(uint32_t width, in rcCreateColorBuffer() function 1563 dec->rcCreateColorBuffer = rcCreateColorBuffer; in initRenderControlContext()
|