Home
last modified time | relevance | path

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

/aosp14/frameworks/base/graphics/java/android/graphics/
H A DBLASTBufferQueue.java32 private static native long nativeCreate(String name, boolean updateDestinationFrame); in nativeCreate()
62 public BLASTBufferQueue(String name, boolean updateDestinationFrame) { in BLASTBufferQueue()
/aosp14/frameworks/base/core/jni/
H A Dandroid_graphics_BLASTBufferQueue.cpp91 jboolean updateDestinationFrame) { in nativeCreate()