Searched refs:swapBehavior (Results 1 – 5 of 5) sorted by relevance
114 EGLint swapBehavior = mCanSetPreserveBuffer ? EGL_SWAP_BEHAVIOR_PRESERVED_BIT : 0; in loadConfig() local124 EGL_SURFACE_TYPE, EGL_WINDOW_BIT | swapBehavior, in loadConfig()328 EGLint swapBehavior; in setPreserveBuffer() local329 if (eglQuerySurface(mEglDisplay, surface, EGL_SWAP_BEHAVIOR, &swapBehavior)) { in setPreserveBuffer()330 preserved = (swapBehavior == EGL_BUFFER_PRESERVED); in setPreserveBuffer()
101 CREATE_BRIDGE2(setSwapBehavior, CanvasContext* context, SwapBehavior swapBehavior) { in CREATE_BRIDGE2() argument102 args->context->setSwapBehavior(args->swapBehavior); in CREATE_BRIDGE2()106 void RenderProxy::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument109 args->swapBehavior = swapBehavior; in setSwapBehavior()
66 ANDROID_API void setSwapBehavior(SwapBehavior swapBehavior);
68 void setSwapBehavior(SwapBehavior swapBehavior);
109 void CanvasContext::setSwapBehavior(SwapBehavior swapBehavior) { in setSwapBehavior() argument110 mSwapBehavior = swapBehavior; in setSwapBehavior()