Searched refs:GRALLOC_USAGE_SW_READ_OFTEN (Results 1 - 21 of 21) sorted by relevance

/frameworks/native/opengl/tests/gralloc/
H A Dgralloc.cpp50 GRALLOC_USAGE_SW_READ_OFTEN |
61 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
/frameworks/native/include/ui/
H A DGraphicBufferAllocator.h46 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
H A DGraphicBuffer.h50 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp37 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
H A DSurfaceTextureGL_test.cpp38 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
88 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
138 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
351 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
397 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
H A DBufferQueue_test.cpp182 GRALLOC_USAGE_SW_READ_OFTEN));
190 GRALLOC_USAGE_SW_READ_OFTEN));
233 GRALLOC_USAGE_SW_READ_OFTEN));
269 GRALLOC_USAGE_SW_READ_OFTEN));
279 GRALLOC_USAGE_SW_READ_OFTEN));
H A DSurface_test.cpp145 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_HW_RENDER;
/frameworks/av/media/libstagefright/filters/
H A DGraphicBufferListener.cpp39 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN);
/frameworks/base/core/java/android/hardware/camera2/legacy/
H A DLegacyCameraDevice.java81 private static final int GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003; field in class:LegacyCameraDevice
596 int allowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN |
606 GRALLOC_USAGE_SW_READ_OFTEN;
624 GRALLOC_USAGE_RENDERSCRIPT | GRALLOC_USAGE_SW_READ_OFTEN;
/frameworks/av/media/libstagefright/omx/
H A DSoftVideoEncoderOMXComponent.cpp374 *usageBits = GRALLOC_USAGE_SW_READ_OFTEN;
591 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER,
596 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER,
/frameworks/base/libs/hwui/utils/
H A DTestWindowContext.cpp71 GRALLOC_USAGE_SW_READ_OFTEN |
/frameworks/native/libs/gui/
H A DCpuConsumer.cpp43 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN);
H A DSurface.cpp1111 err = src->lock(GRALLOC_USAGE_SW_READ_OFTEN, reg.bounds(),
1173 setUsage(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
1233 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
/frameworks/rs/
H A DrsGrallocConsumer.cpp44 flags = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_RENDERSCRIPT;
/frameworks/base/media/jni/
H A Dandroid_media_ImageReader.cpp359 uint32_t consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN;
638 GRALLOC_USAGE_SW_READ_OFTEN, buffer->mFence->dup(), image);
/frameworks/native/opengl/libagl/
H A Degl.cpp374 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
413 if (lock(buffer, GRALLOC_USAGE_SW_READ_OFTEN |
517 GRALLOC_USAGE_SW_READ_OFTEN, &prevBits) == NO_ERROR) {
576 if (lock(buffer, GRALLOC_USAGE_SW_READ_OFTEN |
H A Dtexture.cpp140 GRALLOC_USAGE_SW_READ_OFTEN,
/frameworks/av/media/libstagefright/
H A DCameraSource.cpp544 uint32_t usage = GRALLOC_USAGE_SW_READ_OFTEN;
H A DACodec.cpp1774 "using-sw-read-often", !!(usageBits & GRALLOC_USAGE_SW_READ_OFTEN));
6699 "using-sw-read-often", !!(usageBits & GRALLOC_USAGE_SW_READ_OFTEN));
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3431 uint32_t usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN |
H A DSurfaceFlinger_hwc1.cpp3447 uint32_t usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN |

Completed in 383 milliseconds