Searched refs:swapBehavior (Results 1 – 5 of 5) sorted by relevance
120 EGLint swapBehavior = mCanSetPreserveBuffer ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT : 0; in loadConfig() local130 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | swapBehavior, in loadConfig()301 EGLint swapBehavior; in setPreserveBuffer() local302 if (eglQuerySurface(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, &swapBehavior)) { in setPreserveBuffer()303 preserved = (swapBehavior == EGL_BUFFER_PRESERVED); in setPreserveBuffer()
106 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) { in CREATE_BRIDGE2() argument107 args->context->setSwapBehavior(args->swapBehavior); in CREATE_BRIDGE2()111 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument114 args->swapBehavior = swapBehavior; in setSwapBehavior()
66 void setSwapBehavior(SwapBehavior swapBehavior);
67 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
110 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument111 mSwapBehavior = swapBehavior; in setSwapBehavior()