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

  /frameworks/webview/chromium/plat_support/
graphic_buffer_impl.cpp 30 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/
GraphicBufferAllocator.h 49 USAGE_SW_WRITE_OFTEN = GRALLOC1_PRODUCER_USAGE_CPU_WRITE_OFTEN,
GraphicBuffer.h 56 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN,
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 156 USAGE_SW_WRITE_OFTEN = 0x00000030,
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 88 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
160 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
BufferQueue_test.cpp 146 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
344 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
402 GraphicBuffer::USAGE_SW_WRITE_OFTEN,
445 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
    [all...]
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 40 public static final int USAGE_SW_WRITE_OFTEN = 0x30;
  /frameworks/base/core/jni/
android_view_GraphicBuffer.cpp 52 #define LOCK_CANVAS_USAGE GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_OFTEN

Completed in 261 milliseconds