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

  /frameworks/base/native/webview/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/libs/ui/tests/
GraphicBuffer_test.cpp 32 constexpr uint64_t kTestUsage = GraphicBuffer::USAGE_SW_WRITE_OFTEN;
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 156 USAGE_SW_WRITE_OFTEN = 0x00000030,
  /frameworks/base/graphics/java/android/graphics/
GraphicBuffer.java 37 public static final int USAGE_SW_WRITE_OFTEN = 0x30;
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 90 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
162 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
BufferQueue_test.cpp 152 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
350 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
408 GraphicBuffer::USAGE_SW_WRITE_OFTEN,
451 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_WRITE_OFTEN,
    [all...]
  /frameworks/native/libs/ui/include/ui/
GraphicBuffer.h 59 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN,
  /frameworks/base/core/jni/android/graphics/
GraphicBuffer.cpp 54 #define LOCK_CANVAS_USAGE (GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_OFTEN)

Completed in 584 milliseconds