Home
last modified time | relevance | path

Searched refs:windowBuffer (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/android/
DHardwareBufferImageSiblingVkAndroid.cpp158 struct ANativeWindowBuffer *windowBuffer = in ValidateHardwareBuffer() local
161 angle::android::ANativeWindowBufferToAHardwareBuffer(windowBuffer); in ValidateHardwareBuffer()
209 angle::android::GetANativeWindowBufferProperties(windowBuffer, &width, &height, &depth, in ValidateHardwareBuffer()
235 struct ANativeWindowBuffer *windowBuffer = in initImpl() local
239 angle::android::GetANativeWindowBufferProperties(windowBuffer, &mSize.width, &mSize.height, in initImpl()
248 angle::android::ANativeWindowBufferToAHardwareBuffer(windowBuffer); in initImpl()
/external/angle/src/common/
Dandroid_util.cpp282 AHardwareBuffer *ANativeWindowBufferToAHardwareBuffer(ANativeWindowBuffer *windowBuffer) in ANativeWindowBufferToAHardwareBuffer() argument
284 return OffsetPointer<AHardwareBuffer>(windowBuffer, in ANativeWindowBufferToAHardwareBuffer()
Dandroid_util.h225 AHardwareBuffer *ANativeWindowBufferToAHardwareBuffer(ANativeWindowBuffer *windowBuffer);