HomeSort by relevance Sort by last modified time
    Searched refs:USAGE_SW_READ_OFTEN (Results 1 - 7 of 7) sorted by null

  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.cpp 29 android::GraphicBuffer::USAGE_SW_READ_OFTEN |
81 usage = android::GraphicBuffer::USAGE_SW_READ_OFTEN;
87 usage = android::GraphicBuffer::USAGE_SW_READ_OFTEN |
  /frameworks/native/include/ui/
GraphicBufferAllocator.h 46 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
GraphicBuffer.h 50 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
  /frameworks/native/libs/gui/
CpuConsumer.cpp 111 GraphicBuffer::USAGE_SW_READ_OFTEN,
123 GraphicBuffer::USAGE_SW_READ_OFTEN,
  /frameworks/rs/
rsGrallocConsumer.cpp 96 GraphicBuffer::USAGE_SW_READ_OFTEN,
108 GraphicBuffer::USAGE_SW_READ_OFTEN,
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 35 public static final int USAGE_SW_READ_OFTEN = 0x3;
  /frameworks/base/core/jni/
android_view_GraphicBuffer.cpp 58 #define LOCK_CANVAS_USAGE GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_OFTEN

Completed in 2177 milliseconds