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.cpp93 struct ANativeWindowBuffer *windowBuffer = in ValidateHardwareBuffer() local
96 angle::android::ANativeWindowBufferToAHardwareBuffer(windowBuffer); in ValidateHardwareBuffer()
189 struct ANativeWindowBuffer *windowBuffer = in initImpl() local
193 angle::android::GetANativeWindowBufferProperties(windowBuffer, &mSize.width, &mSize.height, in initImpl()
199 angle::android::ANativeWindowBufferToAHardwareBuffer(windowBuffer); in initImpl()
/external/angle/src/common/
Dandroid_util.cpp399 AHardwareBuffer *ANativeWindowBufferToAHardwareBuffer(ANativeWindowBuffer *windowBuffer) in ANativeWindowBufferToAHardwareBuffer() argument
401 return offsetPointer<AHardwareBuffer>(windowBuffer, in ANativeWindowBufferToAHardwareBuffer()
Dandroid_util.h51 AHardwareBuffer *ANativeWindowBufferToAHardwareBuffer(ANativeWindowBuffer *windowBuffer);