Home
last modified time | relevance | path

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

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