Home
last modified time | relevance | path

Searched refs:rcCreateSyncKHR (Results 1 – 14 of 14) sorted by relevance

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h40 {"rcCreateSyncKHR", (void*)rcCreateSyncKHR},
DrenderControl.attrib49 rcCreateSyncKHR
DrenderControl_client_context.h42 rcCreateSyncKHR_client_proc_t rcCreateSyncKHR; member
DrenderControl_client_context.cpp42 rcCreateSyncKHR = (rcCreateSyncKHR_client_proc_t) getProc("rcCreateSyncKHR", userData); in initDispatchByName()
DrenderControl.in33 GL_ENTRY(void, rcCreateSyncKHR, EGLenum type, EGLint* attribs, uint32_t num_attribs, uint64_t* glsy…
DrenderControl_entry.cpp37 …void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signale…
260 void rcCreateSyncKHR(EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_when_signaled… in rcCreateSyncKHR() function
263 …ctx->rcCreateSyncKHR(ctx, type, attribs, num_attribs, destroy_when_signaled, glsync_out, syncthrea… in rcCreateSyncKHR()
DrenderControl_enc.cpp2857 this->rcCreateSyncKHR = &rcCreateSyncKHR_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h42 rcCreateSyncKHR_server_proc_t rcCreateSyncKHR; member
DrenderControl_server_context.cpp42 rcCreateSyncKHR = (rcCreateSyncKHR_server_proc_t) getProc("rcCreateSyncKHR", userData); in initDispatchByName()
DrenderControl_dec.cpp635 …this->rcCreateSyncKHR(var_type, (EGLint*)(inptr_attribs.get()), var_num_attribs, var_destroy_when_… in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib59 rcCreateSyncKHR
DrenderControl.in30 GL_ENTRY(void, rcCreateSyncKHR, EGLenum type, EGLint* attribs, uint32_t num_attribs, int destroy_wh…
/hardware/google/gfxstream/host/
DRenderControl.cpp1110 static void rcCreateSyncKHR(EGLenum type, in rcCreateSyncKHR() function
1580 dec->rcCreateSyncKHR = rcCreateSyncKHR; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp587 rcEnc->rcCreateSyncKHR(rcEnc, type, in createNativeSync()
636 rcEnc->rcCreateSyncKHR(rcEnc, type, in createNativeSync_virtioGpu()