Home
last modified time | relevance | path

Searched refs:rcOpenColorBuffer (Results 1 – 13 of 13) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_client_base.h24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
DrenderControl_ftable.h24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
DrenderControl_client_context.h26 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
DrenderControl_client_context.cpp26 rcOpenColorBuffer = (rcOpenColorBuffer_client_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
DrenderControl.in14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
DrenderControl_entry.cpp21 void rcOpenColorBuffer(uint32_t colorbuffer);
164 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function
167 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
DREADME82 void rcOpenColorBuffer(uint32_t colorbuffer);
DrenderControl_enc.cpp2841 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h26 rcOpenColorBuffer_server_proc_t rcOpenColorBuffer; member
DrenderControl_server_context.cpp26 rcOpenColorBuffer = (rcOpenColorBuffer_server_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
DrenderControl_dec.cpp334 this->rcOpenColorBuffer(var_colorbuffer); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
/hardware/google/gfxstream/host/
DRenderControl.cpp842 static void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function
1564 dec->rcOpenColorBuffer = rcOpenColorBuffer; in initRenderControlContext()