Searched refs:detachFunctor (Results 1 – 8 of 8) sorted by relevance
178 abstract void detachFunctor(int functor); in detachFunctor() method in HardwareCanvas
571 abstract void detachFunctor(int functor); in detachFunctor() method in HardwareRenderer1715 void detachFunctor(int functor) { in detachFunctor() method in HardwareRenderer.GlRenderer1717 mCanvas.detachFunctor(functor); in detachFunctor()
320 public void detachFunctor(int functor) { in detachFunctor() method in GLES20Canvas
667 public void detachFunctor(int functor) { in detachFunctor() method in ViewRootImpl669 mAttachInfo.mHardwareRenderer.detachFunctor(functor); in detachFunctor()
97 mViewRootImpl.detachFunctor(mNativeDrawGLFunctor); in detachNativeFunctor()
211 ANDROID_API void detachFunctor(Functor* functor);
403 void OpenGLRenderer::detachFunctor(Functor* functor) { in detachFunctor() function in android::uirenderer::OpenGLRenderer452 detachFunctor(functor); in callDrawGLFunction()
210 renderer->detachFunctor(functor); in android_view_GLES20Canvas_detachFunctor()