Home
last modified time | relevance | path

Searched refs:rcCloseColorBuffer (Results 1 – 16 of 16) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h25 rcCloseColorBuffer_client_proc_t rcCloseColorBuffer; member
DrenderControl_ftable.h25 {"rcCloseColorBuffer", (void*)rcCloseColorBuffer},
DrenderControl.attrib43 rcCloseColorBuffer
DrenderControl_client_context.h27 rcCloseColorBuffer_client_proc_t rcCloseColorBuffer; member
DrenderControl_client_context.cpp27 rcCloseColorBuffer = (rcCloseColorBuffer_client_proc_t) getProc("rcCloseColorBuffer", userData); in initDispatchByName()
DrenderControl.in15 GL_ENTRY(void, rcCloseColorBuffer, uint32_t colorbuffer)
DrenderControl_entry.cpp22 void rcCloseColorBuffer(uint32_t colorbuffer);
170 void rcCloseColorBuffer(uint32_t colorbuffer) in rcCloseColorBuffer() function
173 ctx->rcCloseColorBuffer(ctx, colorbuffer); in rcCloseColorBuffer()
DREADME86 void rcCloseColorBuffer(uint32_t colorbuffer);
DrenderControl_enc.cpp2842 this->rcCloseColorBuffer = &rcCloseColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h27 rcCloseColorBuffer_server_proc_t rcCloseColorBuffer; member
DrenderControl_server_context.cpp27 rcCloseColorBuffer = (rcCloseColorBuffer_server_proc_t) getProc("rcCloseColorBuffer", userData); in initDispatchByName()
DrenderControl_dec.cpp347 this->rcCloseColorBuffer(var_colorbuffer); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib56 rcCloseColorBuffer
DrenderControl.in15 GL_ENTRY(void, rcCloseColorBuffer, uint32_t colorbuffer)
/hardware/google/gfxstream/host/
DRenderControl.cpp847 static void rcCloseColorBuffer(uint32_t colorbuffer) in rcCloseColorBuffer() function
1565 dec->rcCloseColorBuffer = rcCloseColorBuffer; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp851 rcEnc->rcCloseColorBuffer(rcEnc, rcColorBuffer); in ~egl_pbuffer_surface_t()