Searched refs:setSwapBehavior (Results 1 – 5 of 5) sorted by relevance
101 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) { in CREATE_BRIDGE2() argument102 args->context->setSwapBehavior(args->swapBehavior); in CREATE_BRIDGE2()106 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() function in android::uirenderer::renderthread::RenderProxy107 SETUP_TASK(setSwapBehavior); in setSwapBehavior()
66 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
68 void setSwapBehavior(SwapBehavior swapBehavior);
109 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() function in android::uirenderer::renderthread::CanvasContext
482 proxy->setSwapBehavior(kSwap_discardBuffer); in create()