Searched defs:swapBehavior (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/libs/hwui/pipeline/skia/
H A DSkiaOpenGLPipeline.cpp158 bool SkiaOpenGLPipeline::setSurface(Surface* surface, SwapBehavior swapBehavior) { argument
170 const bool preserveBuffer = (swapBehavior != SwapBehavior::kSwap_discardBuffer);
H A DSkiaVulkanPipeline.cpp134 bool SkiaVulkanPipeline::setSurface(Surface* surface, SwapBehavior swapBehavior) { argument
/frameworks/base/libs/hwui/renderthread/
H A DEglManager.cpp163 EGLint swapBehavior = (mSwapBehavior == SwapBehavior::Preserved) local
174 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | swapBehavior,
378 EGLint swapBehavior; local
379 if (eglQuerySurface(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, &swapBehavior)) {
380 preserved = (swapBehavior == EGL_BUFFER_PRESERVED);
H A DOpenGLPipeline.cpp149 bool OpenGLPipeline::setSurface(Surface* surface, SwapBehavior swapBehavior) { argument
161 const bool preserveBuffer = (swapBehavior != SwapBehavior::kSwap_discardBuffer);
H A DCanvasContext.cpp201 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) { argument
202 mSwapBehavior = swapBehavior;
H A DRenderProxy.cpp102 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) { argument
103 args->context->setSwapBehavior(args->swapBehavior);
107 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) { argument
110 args->swapBehavior = swapBehavior;

Completed in 726 milliseconds