Home
last modified time | relevance | path

Searched defs:swapBehavior (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp149 EGLint swapBehavior = (mSwapBehavior == SwapBehavior::Preserved) in loadConfig() local
377 EGLint swapBehavior; in setPreserveBuffer() local
DRenderProxy.cpp95 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) { in CREATE_BRIDGE2()
100 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior()
DCanvasContext.cpp123 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior()