Home
last modified time | relevance | path

Searched refs:USAGE_SW_READ_NEVER (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/tests/HwAccelerationTest/src/com/android/test/hwui/
DDrawIntoHwBitmapActivity.java20 import static android.graphics.GraphicBuffer.USAGE_SW_READ_NEVER;
/frameworks/base/libs/hwui/tests/common/scenes/
DHwBitmapInCompositeShader.cpp36 uint32_t usage = GraphicBuffer::USAGE_HW_TEXTURE | GraphicBuffer::USAGE_SW_READ_NEVER | in createContent()
/frameworks/base/graphics/java/android/graphics/
DGraphicBuffer.java30 public static final int USAGE_SW_READ_NEVER = 0x0; field in GraphicBuffer
/frameworks/base/libs/hwui/pipeline/skia/
DSkiaVulkanPipeline.cpp167 GraphicBuffer::USAGE_SW_READ_NEVER, in allocateHardwareBitmap()
DSkiaOpenGLPipeline.cpp312 GraphicBuffer::USAGE_SW_READ_NEVER, "tempFp16Buffer"); in isFP16Supported()
388 GraphicBuffer::USAGE_SW_READ_NEVER, in allocateHardwareBitmap()
/frameworks/native/libs/ui/include/ui/
DGraphicBuffer.h52 USAGE_SW_READ_NEVER = GRALLOC_USAGE_SW_READ_NEVER, enumerator
/frameworks/native/libs/ui/include_vndk/ui/
DGraphicBuffer.h52 USAGE_SW_READ_NEVER = GRALLOC_USAGE_SW_READ_NEVER, enumerator
/frameworks/base/services/tests/servicestests/src/com/android/server/wm/
DTaskSnapshotSurfaceTest.java62 GraphicBuffer.USAGE_SW_READ_NEVER | GraphicBuffer.USAGE_SW_WRITE_NEVER); in setupSurface()
/frameworks/base/libs/hwui/renderthread/
DOpenGLPipeline.cpp426 GraphicBuffer::USAGE_SW_READ_NEVER, in allocateHardwareBitmap()