Searched refs:USAGE_SW_WRITE_OFTEN (Results 1 - 5 of 5) sorted by relevance

/frameworks/webview/chromium/plat_support/
H A Dgraphic_buffer_impl.cpp30 android::GraphicBuffer::USAGE_SW_WRITE_OFTEN)) {
84 usage = android::GraphicBuffer::USAGE_SW_WRITE_OFTEN;
88 android::GraphicBuffer::USAGE_SW_WRITE_OFTEN;
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h51 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN, enumerator in enum:android::GraphicBufferAllocator::__anon1434
H A DGraphicBuffer.h55 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN, enumerator in enum:android::GraphicBuffer::__anon1432
/frameworks/base/core/java/android/view/
H A DGraphicBuffer.java40 public static final int USAGE_SW_WRITE_OFTEN = 0x30; field in class:GraphicBuffer
/frameworks/base/core/jni/
H A Dandroid_view_GraphicBuffer.cpp58 #define LOCK_CANVAS_USAGE GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_OFTEN

Completed in 148 milliseconds