Home
last modified time | relevance | path

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

/hardware/google/gfxstream/guest/renderControl_enc/
DrenderControl_ftable.h68 {"rcMakeCurrentAsync", (void*)rcMakeCurrentAsync},
DrenderControl_client_context.h70 rcMakeCurrentAsync_client_proc_t rcMakeCurrentAsync; member
DrenderControl_client_context.cpp70 rcMakeCurrentAsync = (rcMakeCurrentAsync_client_proc_t) getProc("rcMakeCurrentAsync", userData); in initDispatchByName()
DrenderControl_entry.cpp65 void rcMakeCurrentAsync(uint32_t context, uint32_t drawSurf, uint32_t readSurf);
428 void rcMakeCurrentAsync(uint32_t context, uint32_t drawSurf, uint32_t readSurf) in rcMakeCurrentAsync() function
431 ctx->rcMakeCurrentAsync(ctx, context, drawSurf, readSurf); in rcMakeCurrentAsync()
DrenderControl_enc.cpp2885 this->rcMakeCurrentAsync = &rcMakeCurrentAsync_enc; in renderControl_encoder_context_t()
/hardware/google/gfxstream/host/renderControl_dec/
DrenderControl_server_context.h70 rcMakeCurrentAsync_server_proc_t rcMakeCurrentAsync; member
DrenderControl_server_context.cpp70 rcMakeCurrentAsync = (rcMakeCurrentAsync_server_proc_t) getProc("rcMakeCurrentAsync", userData); in initDispatchByName()
DrenderControl_dec.cpp1219 this->rcMakeCurrentAsync(var_context, var_drawSurf, var_readSurf); in decode()
/hardware/google/gfxstream/codegen/renderControl/
DrenderControl.attrib94 rcMakeCurrentAsync
DrenderControl.in58 GL_ENTRY(void, rcMakeCurrentAsync, uint32_t context, uint32_t drawSurf, uint32_t readSurf)
/hardware/google/gfxstream/host/
DRenderControl.cpp1462 static void rcMakeCurrentAsync(uint32_t context, uint32_t drawSurf, uint32_t readSurf) { in rcMakeCurrentAsync() function
1608 dec->rcMakeCurrentAsync = rcMakeCurrentAsync; in initRenderControlContext()
/hardware/google/gfxstream/guest/egl/
Degl.cpp1983 rcEnc->rcMakeCurrentAsync(rcEnc, ctxHandle, drawHandle, readHandle); in eglMakeCurrent()