HomeSort by relevance Sort by last modified time
    Searched refs:GRALLOC_USAGE_SW_WRITE_OFTEN (Results 1 - 25 of 39) sorted by null

1 2

  /frameworks/native/libs/gui/tests/
SurfaceTextureFBO_test.cpp 33 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
44 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
67 ASSERT_EQ(NO_ERROR, buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN,
StreamSplitter_test.cpp 104 GRALLOC_USAGE_SW_WRITE_OFTEN));
132 GRALLOC_USAGE_SW_WRITE_OFTEN));
170 GRALLOC_USAGE_SW_WRITE_OFTEN));
201 GRALLOC_USAGE_SW_WRITE_OFTEN));
230 GRALLOC_USAGE_SW_WRITE_OFTEN));
243 0, GRALLOC_USAGE_SW_WRITE_OFTEN));
SurfaceTextureGL_test.cpp 34 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
45 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
80 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
91 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
126 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
151 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
191 GRALLOC_USAGE_SW_WRITE_OFTEN));
237 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
332 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
374 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
    [all...]
BufferQueue_test.cpp 118 GRALLOC_USAGE_SW_WRITE_OFTEN));
226 GRALLOC_USAGE_SW_WRITE_OFTEN));
274 GRALLOC_USAGE_SW_WRITE_OFTEN));
309 GRALLOC_USAGE_SW_WRITE_OFTEN));
332 GRALLOC_USAGE_SW_WRITE_OFTEN));
MultiTextureConsumer_test.cpp 71 ASSERT_EQ(native_window_set_usage(mANW, GRALLOC_USAGE_SW_WRITE_OFTEN), NO_ERROR);
FillBuffer.cpp 101 ASSERT_EQ(NO_ERROR, buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN,
CpuConsumer_test.cpp 465 GRALLOC_USAGE_SW_WRITE_OFTEN);
501 err = buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
  /frameworks/native/opengl/tests/gralloc/
gralloc.cpp 51 GRALLOC_USAGE_SW_WRITE_OFTEN);
61 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
  /frameworks/native/include/ui/
GraphicBufferAllocator.h 51 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN,
GraphicBuffer.h 55 USAGE_SW_WRITE_OFTEN = GRALLOC_USAGE_SW_WRITE_OFTEN,
  /device/generic/goldfish/camera/
PreviewWindow.cpp 66 res = window->set_usage(window, GRALLOC_USAGE_SW_WRITE_OFTEN);
162 res = grbuffer_mapper.lock(*buffer, GRALLOC_USAGE_SW_WRITE_OFTEN, rect, &img);
  /external/chromium_org/third_party/hwcplus/include/hardware/
gralloc.h 80 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030,
  /hardware/libhardware/include/hardware/
gralloc.h 84 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030,
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 138 GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_OFTEN
202 buf->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, &dst));
  /hardware/intel/img/psb_video/src/android/
psb_surface_gralloc.c 65 usage |= GRALLOC_USAGE_SW_WRITE_OFTEN;
193 usage |= GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
362 usage |= GRALLOC_USAGE_SW_WRITE_OFTEN;
  /external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 172 adt->usage |= GRALLOC_USAGE_SW_WRITE_OFTEN;
  /external/mesa3d/src/gallium/winsys/sw/android/
android_sw_winsys.cpp 172 adt->usage |= GRALLOC_USAGE_SW_WRITE_OFTEN;
  /frameworks/base/core/jni/
android_hardware_camera2_legacy_LegacyCameraDevice.cpp 116 err = native_window_set_usage(anw.get(), GRALLOC_USAGE_SW_WRITE_OFTEN);
245 err = buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
273 err = buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
306 err = buf->lockYCbCr(GRALLOC_USAGE_SW_WRITE_OFTEN, &ycbcr);
331 err = buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
  /hardware/intel/common/utils/ISV/base/
isv_bufmanager.cpp 122 int32_t usage = GRALLOC_USAGE_HW_TEXTURE | GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
  /frameworks/native/opengl/tests/gl_yuvtex/
gl_yuvtex.cpp 99 status_t err = yuvTexBuffer->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&buf));
  /frameworks/native/libs/gui/
Surface.cpp 756 err = dst->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, reg.bounds(), (void**)&dst_bits);
810 setUsage(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
870 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN,
  /frameworks/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 204 status_t err = yuvTexBuffer->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&buf));
  /hardware/libhardware/modules/camera/
Camera.cpp 283 usage |= GRALLOC_USAGE_SW_WRITE_OFTEN |
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 663 err = gBuf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&buf));
701 err = gBuf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&buf));
    [all...]
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_Android.cpp 96 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
99 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;

Completed in 564 milliseconds

1 2