Home
last modified time | relevance | path

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

/frameworks/base/graphics/java/android/graphics/
DBLASTBufferQueue.java31 private static native long nativeCreate(String name, boolean updateDestinationFrame); in nativeCreate()
60 public BLASTBufferQueue(String name, boolean updateDestinationFrame) { in BLASTBufferQueue()
/frameworks/base/core/jni/
Dandroid_graphics_BLASTBufferQueue.cpp87 jboolean updateDestinationFrame) { in nativeCreate()
/frameworks/native/libs/gui/
DBLASTBufferQueue.cpp135 BLASTBufferQueue::BLASTBufferQueue(const std::string& name, bool updateDestinationFrame) in BLASTBufferQueue()