Home
last modified time | relevance | path

Searched refs:rcDestroySyncKHRAsync (Results 1 – 12 of 12) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h70 {"rcDestroySyncKHRAsync", (void*)rcDestroySyncKHRAsync},
DrenderControl_client_context.h72 rcDestroySyncKHRAsync_client_proc_t rcDestroySyncKHRAsync; member
DrenderControl_client_context.cpp72rcDestroySyncKHRAsync = (rcDestroySyncKHRAsync_client_proc_t) getProc("rcDestroySyncKHRAsync", use… in initDispatchByName()
DrenderControl_entry.cpp67 void rcDestroySyncKHRAsync(uint64_t sync);
440 void rcDestroySyncKHRAsync(uint64_t sync) in rcDestroySyncKHRAsync() function
443 ctx->rcDestroySyncKHRAsync(ctx, sync); in rcDestroySyncKHRAsync()
DrenderControl_enc.cpp2887 this->rcDestroySyncKHRAsync = &rcDestroySyncKHRAsync_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h72 rcDestroySyncKHRAsync_server_proc_t rcDestroySyncKHRAsync; member
DrenderControl_server_context.cpp72rcDestroySyncKHRAsync = (rcDestroySyncKHRAsync_server_proc_t) getProc("rcDestroySyncKHRAsync", use… in initDispatchByName()
DrenderControl_dec.cpp1247 this->rcDestroySyncKHRAsync(var_sync); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib102 rcDestroySyncKHRAsync
DrenderControl.in60 GL_ENTRY(void, rcDestroySyncKHRAsync, uint64_t sync);
/hardware/google/gfxstream/host/
DRenderControl.cpp1492 static void rcDestroySyncKHRAsync(uint64_t handle) { in rcDestroySyncKHRAsync() function
1610 dec->rcDestroySyncKHRAsync = rcDestroySyncKHRAsync; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp2480 rcEnc->rcDestroySyncKHRAsync(rcEnc, sync->handle); in eglDestroySyncKHR()