Home
last modified time | relevance | path

Searched refs:rcDestroySyncKHR (Results 1 – 6 of 6) 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);
244 int rcDestroySyncKHR(uint64_t sync) in rcDestroySyncKHR() function
247 return ctx->rcDestroySyncKHR(ctx, sync); in rcDestroySyncKHR()
DrenderControl_client_context.cpp45 rcDestroySyncKHR = (rcDestroySyncKHR_client_proc_t) getProc("rcDestroySyncKHR", userData); in initDispatchByName()
DrenderControl_enc.cpp1407 this->rcDestroySyncKHR = &rcDestroySyncKHR_enc; in renderControl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
Degl.cpp1990 rcEnc->rcDestroySyncKHR(rcEnc, sync->handle); in eglDestroySyncKHR()