Searched refs:rcMakeCurrentAsync (Results 1 – 12 of 12) sorted by relevance
/hardware/google/gfxstream/guest/renderControl_enc/ |
D | renderControl_ftable.h | 68 {"rcMakeCurrentAsync", (void*)rcMakeCurrentAsync},
|
D | renderControl_client_context.h | 70 rcMakeCurrentAsync_client_proc_t rcMakeCurrentAsync; member
|
D | renderControl_client_context.cpp | 70 rcMakeCurrentAsync = (rcMakeCurrentAsync_client_proc_t) getProc("rcMakeCurrentAsync", userData); in initDispatchByName()
|
D | renderControl_entry.cpp | 65 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()
|
D | renderControl_enc.cpp | 2885 this->rcMakeCurrentAsync = &rcMakeCurrentAsync_enc; in renderControl_encoder_context_t()
|
/hardware/google/gfxstream/host/renderControl_dec/ |
D | renderControl_server_context.h | 70 rcMakeCurrentAsync_server_proc_t rcMakeCurrentAsync; member
|
D | renderControl_server_context.cpp | 70 rcMakeCurrentAsync = (rcMakeCurrentAsync_server_proc_t) getProc("rcMakeCurrentAsync", userData); in initDispatchByName()
|
D | renderControl_dec.cpp | 1219 this->rcMakeCurrentAsync(var_context, var_drawSurf, var_readSurf); in decode()
|
/hardware/google/gfxstream/codegen/renderControl/ |
D | renderControl.attrib | 94 rcMakeCurrentAsync
|
D | renderControl.in | 58 GL_ENTRY(void, rcMakeCurrentAsync, uint32_t context, uint32_t drawSurf, uint32_t readSurf)
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 1462 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/ |
D | egl.cpp | 1983 rcEnc->rcMakeCurrentAsync(rcEnc, ctxHandle, drawHandle, readHandle); in eglMakeCurrent()
|