Searched refs:USAGE_SW_WRITE_OFTEN (Results 1 - 7 of 7) 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::__anon1411
H A DGraphicBuffer.h55 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN, enumerator in enum:android::GraphicBuffer::__anon1409
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp88 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
160 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
H A DBufferQueue_test.cpp142 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
340 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
398 GraphicBuffer::USAGE_SW_WRITE_OFTEN,
441 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
/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.cpp52 #define LOCK_CANVAS_USAGE GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_OFTEN

Completed in 998 milliseconds