Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Main/
H A DFrameBufferAndroid.cpp56 ANativeWindow_setUsage(nativeWindow, GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN); in FrameBufferAndroid()
130 GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN, in lock()
/third_party/skia/third_party/externals/swiftshader/include/Android/hardware/
H A Dgralloc.h26 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U, enumerator
/third_party/mesa3d/include/android_stub/hardware/
H A Dgralloc.h74 GRALLOC_USAGE_SW_READ_OFTEN = 0x00000003U, enumerator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/
H A DImage.hpp311 data = lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
334 return lockNativeBuffer(GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN);
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_android.c698 ? GRALLOC_USAGE_SW_READ_OFTEN | GRALLOC_USAGE_SW_WRITE_OFTEN

Completed in 5 milliseconds