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

1 2

  /frameworks/av/libvideoeditor/lvpp/
PreviewRenderer.cpp 58 anw, GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_OFTEN);
112 GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_OFTEN,
NativeWindowRenderer.cpp 399 native_window_set_usage(anw, GRALLOC_USAGE_SW_WRITE_OFTEN);
408 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);
  /hardware/libhardware/include/hardware/
gralloc.h 80 GRALLOC_USAGE_SW_WRITE_OFTEN = 0x00000030,
  /frameworks/av/media/libstagefright/colorconversion/
SoftwareRenderer.cpp 100 GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_OFTEN
156 buf->handle, GRALLOC_USAGE_SW_WRITE_OFTEN, bounds, &dst));
  /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/native/libs/gui/tests/
SurfaceTexture_test.cpp 420 ASSERT_EQ(native_window_set_usage(mANW, GRALLOC_USAGE_SW_WRITE_OFTEN), NO_ERROR);
781 ASSERT_EQ(NO_ERROR, buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN,
796 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
807 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
842 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
853 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
888 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN));
913 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
    [all...]
CpuConsumer_test.cpp 465 GRALLOC_USAGE_SW_WRITE_OFTEN);
501 err = buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
  /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 680 err = dst->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, reg.bounds(), (void**)&dst_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/native/opengl/tests/gl2_yuvtex/
gl2_yuvtex.cpp 204 status_t err = yuvTexBuffer->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&buf));
  /frameworks/native/opengl/tests/hwc/
hwcTestLib.cpp 659 err = gBuf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&buf));
697 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 95 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
98 usage = GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN;
  /hardware/libhardware/modules/camera/
Camera.cpp 446 usage |= GRALLOC_USAGE_SW_WRITE_OFTEN |
  /frameworks/native/opengl/libagl/
egl.cpp 374 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
408 GRALLOC_USAGE_SW_WRITE_OFTEN, &bits) != NO_ERROR) {
564 GRALLOC_USAGE_SW_WRITE_OFTEN, &bits) != NO_ERROR) {
    [all...]
  /frameworks/rs/driver/
rsdAllocation.cpp 644 GRALLOC_USAGE_SW_READ_NEVER | GRALLOC_USAGE_SW_WRITE_OFTEN,
686 flags |= GRALLOC_USAGE_SW_READ_RARELY | GRALLOC_USAGE_SW_WRITE_OFTEN;
    [all...]
  /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/tests/
SurfaceMediaSource_test.cpp 521 buf->lock(GRALLOC_USAGE_SW_WRITE_OFTEN, (void**)(&img));
    [all...]
  /hardware/samsung_slsi/exynos5/libcamera2/
ExynosCameraHWInterface2.cpp     [all...]
  /hardware/samsung_slsi/exynos5/libcamera/
ExynosCameraHWInterface.cpp 248 GRALLOC_USAGE_SW_WRITE_OFTEN |
    [all...]

Completed in 1083 milliseconds

1 2