Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h43 {"rcDestroySyncKHR", (void*)rcDestroySyncKHR},
DrenderControl_client_context.h45 rcDestroySyncKHR_client_proc_t rcDestroySyncKHR; member
DrenderControl_client_context.cpp45 rcDestroySyncKHR = (rcDestroySyncKHR_client_proc_t) getProc("rcDestroySyncKHR", userData); in initDispatchByName()
DrenderControl_entry.cpp40 int rcDestroySyncKHR(uint64_t sync);
278 int rcDestroySyncKHR(uint64_t sync) in rcDestroySyncKHR() function
281 return ctx->rcDestroySyncKHR(ctx, sync); in rcDestroySyncKHR()
DrenderControl_enc.cpp2860 this->rcDestroySyncKHR = &rcDestroySyncKHR_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h45 rcDestroySyncKHR_server_proc_t rcDestroySyncKHR; member
DrenderControl_server_context.cpp45 rcDestroySyncKHR = (rcDestroySyncKHR_server_proc_t) getProc("rcDestroySyncKHR", userData); in initDispatchByName()
DrenderControl_dec.cpp692 *(int *)(&tmpBuf[0]) = this->rcDestroySyncKHR(var_sync); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.in33 GL_ENTRY(int, rcDestroySyncKHR, uint64_t sync)
/hardware/google/gfxstream/host/
DRenderControl.cpp1213 static int rcDestroySyncKHR(uint64_t handle) { in rcDestroySyncKHR() function
1583 dec->rcDestroySyncKHR = rcDestroySyncKHR; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp2482 rcEnc->rcDestroySyncKHR(rcEnc, sync->handle); in eglDestroySyncKHR()