Home
last modified time | relevance | path

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

/frameworks/native/include/ui/
DGraphicBufferAllocator.h44 USAGE_SW_READ_NEVER = GRALLOC_USAGE_SW_READ_NEVER, enumerator
DGraphicBuffer.h48 USAGE_SW_READ_NEVER = GRALLOC_USAGE_SW_READ_NEVER, enumerator
/frameworks/base/core/java/android/view/
DGraphicBuffer.java33 public static final int USAGE_SW_READ_NEVER = 0x0; field in GraphicBuffer