Searched refs:swapBehavior (Results 1 – 5 of 5) sorted by relevance
149 EGLint swapBehavior = (mSwapBehavior == SwapBehavior::Preserved) in loadConfig() local160 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | swapBehavior, in loadConfig()377 EGLint swapBehavior; in setPreserveBuffer() local378 if (eglQuerySurface(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, &swapBehavior)) { in setPreserveBuffer()379 preserved = (swapBehavior == EGL_BUFFER_PRESERVED); in setPreserveBuffer()
95 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) { in CREATE_BRIDGE2() argument96 args->context->setSwapBehavior(args->swapBehavior); in CREATE_BRIDGE2()100 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument103 args->swapBehavior = swapBehavior; in setSwapBehavior()
75 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
80 void setSwapBehavior(SwapBehavior swapBehavior);
123 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument124 mSwapBehavior = swapBehavior; in setSwapBehavior()