Searched refs:rcOpenColorBuffer2 (Results 1 – 12 of 12) sorted by relevance
/device/generic/goldfish-opengl/system/renderControl_enc/ |
D | renderControl_client_base.h | 36 rcOpenColorBuffer2_client_proc_t rcOpenColorBuffer2; member
|
D | renderControl_ftable.h | 36 {"rcOpenColorBuffer2", (void*)rcOpenColorBuffer2},
|
D | renderControl_client_context.h | 38 rcOpenColorBuffer2_client_proc_t rcOpenColorBuffer2; member
|
D | renderControl_entry.cpp | 33 int rcOpenColorBuffer2(uint32_t colorbuffer); 217 int rcOpenColorBuffer2(uint32_t colorbuffer) in rcOpenColorBuffer2() function 220 return ctx->rcOpenColorBuffer2(ctx, colorbuffer); in rcOpenColorBuffer2()
|
D | renderControl_client_context.cpp | 38 rcOpenColorBuffer2 = (rcOpenColorBuffer2_client_proc_t) getProc("rcOpenColorBuffer2", userData); in initDispatchByName()
|
D | renderControl.in | 26 GL_ENTRY(int, rcOpenColorBuffer2, uint32_t colorbuffer)
|
D | renderControl_enc.cpp | 2001 this->rcOpenColorBuffer2 = &rcOpenColorBuffer2_enc; in renderControl_encoder_context_t()
|
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/ |
D | renderControl.in | 26 GL_ENTRY(int, rcOpenColorBuffer2, uint32_t colorbuffer)
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | RenderControl.cpp | 699 static int rcOpenColorBuffer2(uint32_t) { in rcOpenColorBuffer2() function 853 rcOpenColorBuffer2 = ::rcOpenColorBuffer2; in RenderControl()
|
/device/generic/goldfish-opengl/system/hals/ |
D | mapper3.cpp | 245 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in importBufferImpl()
|
/device/generic/goldfish-opengl/system/gralloc/ |
D | gralloc_30.cpp | 902 rcEnc->rcOpenColorBuffer2(rcEnc, handle->hostHandle); in register_buffer()
|
D | gralloc_old.cpp | 1035 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle); in gralloc_register_buffer()
|