Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h36 {"rcOpenColorBuffer2", (void*)rcOpenColorBuffer2},
DrenderControl_client_base.h36 rcOpenColorBuffer2_client_proc_t rcOpenColorBuffer2; member
DrenderControl_client_context.h38 rcOpenColorBuffer2_client_proc_t rcOpenColorBuffer2; member
DrenderControl_entry.cpp33 int rcOpenColorBuffer2(uint32_t colorbuffer);
202 int rcOpenColorBuffer2(uint32_t colorbuffer) in rcOpenColorBuffer2() function
205 return ctx->rcOpenColorBuffer2(ctx, colorbuffer); in rcOpenColorBuffer2()
DrenderControl_client_context.cpp38 rcOpenColorBuffer2 = (rcOpenColorBuffer2_client_proc_t) getProc("rcOpenColorBuffer2", userData); in initDispatchByName()
DrenderControl.in26 GL_ENTRY(int, rcOpenColorBuffer2, uint32_t colorbuffer)
DrenderControl_enc.cpp1400 this->rcOpenColorBuffer2 = &rcOpenColorBuffer2_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/gralloc/
Dgralloc.cpp902 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in gralloc_register_buffer()