Home
last modified time | relevance | path

Searched refs:rcDestroySyncKHR (Results 1 – 10 of 10) sorted by relevance

/device/generic/goldfish-opengl/system/renderControl_enc/
DrenderControl_ftable.h43 {"rcDestroySyncKHR", (void*)rcDestroySyncKHR},
DrenderControl_client_context.h45 rcDestroySyncKHR_client_proc_t rcDestroySyncKHR; member
DrenderControl_entry.cpp40 int rcDestroySyncKHR(uint64_t sync);
259 int rcDestroySyncKHR(uint64_t sync) in rcDestroySyncKHR() function
262 return ctx->rcDestroySyncKHR(ctx, sync); in rcDestroySyncKHR()
DrenderControl_client_context.cpp45 rcDestroySyncKHR = (rcDestroySyncKHR_client_proc_t) getProc("rcDestroySyncKHR", userData); in initDispatchByName()
DrenderControl_enc.cpp2008 this->rcDestroySyncKHR = &rcDestroySyncKHR_enc; in renderControl_encoder_context_t()
/device/generic/opengl-transport/host/libs/virglrenderer/renderControl_dec/
DrenderControl.attrib92 rcDestroySyncKHR
DrenderControl.in33 GL_ENTRY(int, rcDestroySyncKHR, uint64_t sync)
/device/generic/opengl-transport/host/libs/virglrenderer/
DRenderControl.cpp777 static int rcDestroySyncKHR(void* ctx_, uint64_t sync_) { in rcDestroySyncKHR() function
860 rcDestroySyncKHR_dec = ::rcDestroySyncKHR; in RenderControl()
/device/generic/goldfish-opengl/system/hwc2/
DEmuHWC2.cpp900 rcEnc->rcDestroySyncKHR(rcEnc, sync_handle); in present()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp2342 rcEnc->rcDestroySyncKHR(rcEnc, sync->handle); in eglDestroySyncKHR()