/frameworks/native/opengl/tests/gralloc/ |
D | gralloc.cpp | 50 GRALLOC_USAGE_SW_READ_OFTEN | in main() 61 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN, in main()
|
/frameworks/native/libs/gui/tests/ |
D | SurfaceTextureGL_test.cpp | 38 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); in TEST_F() 88 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); in TEST_F() 138 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); in TEST_F() 351 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); in TEST_F() 397 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); in TEST_F()
|
D | SurfaceTextureFBO_test.cpp | 37 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); in TEST_F()
|
D | BufferQueue_test.cpp | 182 GRALLOC_USAGE_SW_READ_OFTEN)); in TEST_F() 190 GRALLOC_USAGE_SW_READ_OFTEN)); in TEST_F() 233 GRALLOC_USAGE_SW_READ_OFTEN)); in TEST_F() 269 GRALLOC_USAGE_SW_READ_OFTEN)); in TEST_F() 279 GRALLOC_USAGE_SW_READ_OFTEN)); in TEST_F()
|
D | Surface_test.cpp | 145 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_HW_RENDER; in TEST_F()
|
/frameworks/native/include/ui/ |
D | GraphicBufferAllocator.h | 46 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
|
D | GraphicBuffer.h | 50 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
|
/frameworks/base/core/java/android/hardware/camera2/legacy/ |
D | LegacyCameraDevice.java | 81 private static final int GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003; field in LegacyCameraDevice 596 int allowedFlags = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN | in isFlexibleConsumer() 606 GRALLOC_USAGE_SW_READ_OFTEN; in isPreviewConsumer() 624 GRALLOC_USAGE_RENDERSCRIPT | GRALLOC_USAGE_SW_READ_OFTEN; in isVideoEncoderConsumer()
|
/frameworks/av/media/libstagefright/filters/ |
D | GraphicBufferListener.cpp | 39 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN); in init()
|
/frameworks/av/media/libstagefright/omx/ |
D | SoftVideoEncoderOMXComponent.cpp | 374 *usageBits = GRALLOC_USAGE_SW_READ_OFTEN; in internalGetParameter() 591 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER, in extractGraphicBuffer() 596 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_NEVER, in extractGraphicBuffer()
|
/frameworks/base/libs/hwui/utils/ |
D | TestWindowContext.cpp | 71 GRALLOC_USAGE_SW_READ_OFTEN | in TestWindowData()
|
/frameworks/native/libs/gui/ |
D | CpuConsumer.cpp | 43 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN); in CpuConsumer()
|
D | Surface.cpp | 1111 err = src->lock(GRALLOC_USAGE_SW_READ_OFTEN, reg.bounds(), in copyBlt() 1173 setUsage(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in lock() 1233 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN, in lock()
|
/frameworks/base/media/jni/ |
D | android_media_ImageReader.cpp | 359 uint32_t consumerUsage = GRALLOC_USAGE_SW_READ_OFTEN; in ImageReader_init() 638 GRALLOC_USAGE_SW_READ_OFTEN, buffer->mFence->dup(), image); in Image_getLockedImage()
|
/frameworks/rs/ |
D | rsGrallocConsumer.cpp | 44 flags = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_RENDERSCRIPT; in GrallocConsumer()
|
/frameworks/native/opengl/libagl/ |
D | egl.cpp | 374 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in connect() 413 if (lock(buffer, GRALLOC_USAGE_SW_READ_OFTEN | in connect() 517 GRALLOC_USAGE_SW_READ_OFTEN, &prevBits) == NO_ERROR) { in swapBuffers() 576 if (lock(buffer, GRALLOC_USAGE_SW_READ_OFTEN | in swapBuffers()
|
D | texture.cpp | 140 GRALLOC_USAGE_SW_READ_OFTEN, in ogles_lock_textures()
|
/frameworks/av/media/libstagefright/ |
D | CameraSource.cpp | 544 uint32_t usage = GRALLOC_USAGE_SW_READ_OFTEN; in initBufferQueue()
|
D | ACodec.cpp | 1774 "using-sw-read-often", !!(usageBits & GRALLOC_USAGE_SW_READ_OFTEN)); in configureCodec() 6699 "using-sw-read-often", !!(usageBits & GRALLOC_USAGE_SW_READ_OFTEN)); in setupInputSurface()
|
/frameworks/native/services/surfaceflinger/ |
D | SurfaceFlinger.cpp | 3431 uint32_t usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | in captureScreenImplLocked()
|
D | SurfaceFlinger_hwc1.cpp | 3447 uint32_t usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN | in captureScreenImplLocked()
|