/frameworks/native/opengl/tests/gralloc/ |
gralloc.cpp | 50 GRALLOC_USAGE_SW_READ_OFTEN | 61 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
|
/frameworks/native/libs/gui/tests/ |
BufferQueue_test.cpp | 80 GRALLOC_USAGE_SW_READ_OFTEN)); 88 GRALLOC_USAGE_SW_READ_OFTEN));
|
Surface_test.cpp | 138 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_HW_RENDER;
|
SurfaceTexture_test.cpp | 796 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); 842 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); 888 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN)); [all...] |
/frameworks/native/include/ui/ |
GraphicBufferAllocator.h | 46 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
|
GraphicBuffer.h | 50 USAGE_SW_READ_OFTEN = GRALLOC_USAGE_SW_READ_OFTEN,
|
/hardware/libhardware/include/hardware/ |
gralloc.h | 71 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003,
|
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/ |
android_sw_winsys.cpp | 174 adt->usage |= GRALLOC_USAGE_SW_READ_OFTEN;
|
/external/mesa3d/src/gallium/winsys/sw/android/ |
android_sw_winsys.cpp | 174 adt->usage |= GRALLOC_USAGE_SW_READ_OFTEN;
|
/frameworks/native/libs/gui/ |
CpuConsumer.cpp | 42 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN);
|
Surface.cpp | 676 err = src->lock(GRALLOC_USAGE_SW_READ_OFTEN, reg.bounds(), (void**)&src_bits); 734 setUsage(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); 803 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
|
/frameworks/rs/ |
rsGrallocConsumer.cpp | 37 mConsumer->setConsumerUsageBits(GRALLOC_USAGE_SW_READ_OFTEN);
|
/hardware/samsung_slsi/exynos5/gralloc/ |
gralloc.cpp | 347 if( (usage & GRALLOC_USAGE_SW_READ_MASK) == GRALLOC_USAGE_SW_READ_OFTEN )
|
/hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/ |
Exynos_OSAL_Android.cpp | 95 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN; 98 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
|
/frameworks/native/opengl/libagl/ |
egl.cpp | 374 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); 407 if (lock(buffer, GRALLOC_USAGE_SW_READ_OFTEN | 511 GRALLOC_USAGE_SW_READ_OFTEN, &prevBits) == NO_ERROR) { 563 if (lock(buffer, GRALLOC_USAGE_SW_READ_OFTEN | [all...] |
texture.cpp | 140 GRALLOC_USAGE_SW_READ_OFTEN, [all...] |
/hardware/libhardware/modules/camera/ |
Camera.cpp | 449 usage |= GRALLOC_USAGE_SW_READ_OFTEN |
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 543 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
|
/external/mesa3d/src/gallium/state_trackers/egl/android/ |
native_android.cpp | 543 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
|
/frameworks/av/media/libstagefright/codecs/on2/enc/ |
SoftVPXEncoder.cpp | 773 GRALLOC_USAGE_SW_READ_OFTEN
|
/frameworks/native/services/surfaceflinger/ |
SurfaceFlinger.cpp | [all...] |