commit | e00bff95983c78e98ed0856f6e8e3b34bba284be | [log] [tgz] |
---|---|---|
author | Lingfeng Yang <[email protected]> | Wed Feb 27 23:30:46 2019 -0800 |
committer | Lingfeng Yang <[email protected]> | Thu Mar 07 11:11:53 2019 -0800 |
tree | c36adeef416a8e1dd8cdb2129fbbe6cef56d8ed6 | |
parent | 1a098c093621b2607df0c59fb4558c67cc7c45ea [diff] |
[vulkan] If Vulkan enabled, make ColorBuffers from blob bug: 122080810 It can be possible to create AHardwareBuffers with a Vulkan external buffer. Currently, we rely on there being one ColorBuffer for each such AHardwareBuffer, except when blob format is involved. This CL causes a ColorBuffer to be created even if the format is blob format. Then, we get a ColorBuffer ID with which to correlate Vulkan external buffers. Change-Id: I8109b15d1e750b72d262c9d7aa33c4726244796f