Home
last modified time | relevance | path

Searched refs:swapBehavior (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/libs/hwui/renderthread/
DEglManager.cpp114 EGLint swapBehavior = mCanSetPreserveBuffer ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT : 0; in loadConfig() local
124 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | swapBehavior, in loadConfig()
328 EGLint swapBehavior; in setPreserveBuffer() local
329 if (eglQuerySurface(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, &swapBehavior)) { in setPreserveBuffer()
330 preserved = (swapBehavior == EGL_BUFFER_PRESERVED); in setPreserveBuffer()
DRenderProxy.cpp101 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) { in CREATE_BRIDGE2() argument
102 args->context->setSwapBehavior(args->swapBehavior); in CREATE_BRIDGE2()
106 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument
109 args->swapBehavior = swapBehavior; in setSwapBehavior()
DRenderProxy.h66 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
DCanvasContext.h68 void setSwapBehavior(SwapBehavior swapBehavior);
DCanvasContext.cpp109 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument
110 mSwapBehavior = swapBehavior; in setSwapBehavior()