Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DGraphicBufferAllocator.h51 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN, enumerator
DGraphicBuffer.h55 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN, enumerator
/frameworks/base/core/java/android/view/
DGraphicBuffer.java40 public static final int USAGE_SW_WRITE_OFTEN = 0x30; field in GraphicBuffer