Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h24 {"rcOpenColorBuffer", (void*)rcOpenColorBuffer},
DrenderControl_client_base.h24 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
DrenderControl_client_context.h26 rcOpenColorBuffer_client_proc_t rcOpenColorBuffer; member
DrenderControl_entry.cpp21 void rcOpenColorBuffer(uint32_t colorbuffer);
130 void rcOpenColorBuffer(uint32_t colorbuffer) in rcOpenColorBuffer() function
133 ctx->rcOpenColorBuffer(ctx, colorbuffer); in rcOpenColorBuffer()
DrenderControl_client_context.cpp26 rcOpenColorBuffer = (rcOpenColorBuffer_client_proc_t) getProc("rcOpenColorBuffer", userData); in initDispatchByName()
DrenderControl.in14 GL_ENTRY(void, rcOpenColorBuffer, uint32_t colorbuffer)
DREADME82 void rcOpenColorBuffer(uint32_t colorbuffer);
DrenderControl_enc.cpp1388 this->rcOpenColorBuffer = &rcOpenColorBuffer_enc; in renderControl_encoder_context_t()