HomeSort by relevance Sort by last modified time
    Searched refs:USAGE_SW_READ_OFTEN (Results 1 - 13 of 13) 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 44 USAGE_SW_READ_OFTEN = GRALLOC1_CONSUMER_USAGE_CPU_READ_OFTEN,
GraphicBuffer.h 51 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
  /frameworks/native/libs/gui/
CpuConsumer.cpp 123 GraphicBuffer::USAGE_SW_READ_OFTEN,
129 GraphicBuffer::USAGE_SW_READ_OFTEN,
149 GraphicBuffer::USAGE_SW_READ_OFTEN,
155 GraphicBuffer::USAGE_SW_READ_OFTEN,
  /external/deqp/framework/platform/android/
tcuAndroidInternals.hpp 151 USAGE_SW_READ_OFTEN = 0x00000003,
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 106 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN,
179 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN,
BufferQueue_test.cpp 160 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN,
363 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN,
422 ASSERT_EQ(OK, buffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN,
465 ASSERT_EQ(OK, item.mGraphicBuffer->lock(GraphicBuffer::USAGE_SW_READ_OFTEN,
    [all...]
  /external/deqp/modules/egl/
teglAndroidUtil.cpp 93 GraphicBuffer::USAGE_SW_READ_OFTEN |
  /frameworks/base/core/java/android/view/
GraphicBuffer.java 35 public static final int USAGE_SW_READ_OFTEN = 0x3;
  /frameworks/rs/
rsGrallocConsumer.cpp 117 GraphicBuffer::USAGE_SW_READ_OFTEN,
129 GraphicBuffer::USAGE_SW_READ_OFTEN,
  /frameworks/base/core/jni/
android_view_GraphicBuffer.cpp 52 #define LOCK_CANVAS_USAGE GraphicBuffer::USAGE_SW_READ_OFTEN | GraphicBuffer::USAGE_SW_WRITE_OFTEN
  /hardware/intel/common/libmix/videoencoder/
IntelMetadataBuffer.cpp 115 buffer->lock(GraphicBuffer::USAGE_HW_TEXTURE | GraphicBuffer::USAGE_SW_READ_OFTEN, &usrptr[0]);
  /frameworks/av/media/libstagefright/filters/
MediaFilter.cpp 764 buf->lock(GraphicBuffer::USAGE_SW_READ_OFTEN, &bufPtr);

Completed in 425 milliseconds