Home
last modified time | relevance | path

Searched defs:runOnGLThread (Results 1 – 1 of 1) sorted by relevance

/third_party/skia/platform_tools/android/apps/skottie/skottielib/src/main/java/org/skia/skottie/
DSkottieRunner.java93 runOnGLThread(() -> { in updateAnimationSurface() method
145 void runOnGLThread(Runnable r) throws Throwable { in runOnGLThread() method in SkottieRunner
149 private void runOnGLThread(Runnable r, boolean postAtFront) throws Throwable { in runOnGLThread() method in SkottieRunner