Searched refs:ahbFormat (Results 1 – 2 of 2) sorted by relevance
/external/deqp/external/vulkancts/modules/vulkan/util/ |
D | vktExternalMemoryUtil.cpp | 1030 deUint32 ahbFormat = 0; in importMemory() local 1031 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, DE_NULL… in importMemory() 1032 DE_ASSERT(ahbApi->ahbFormatIsBlob(ahbFormat) || image != 0); in importMemory() 1305 …virtual bool ahbFormatIsBlob(deUint32 ahbFormat) { return (ahbFormat == AHARDWAREBUFFER_FORMAT… in ahbFormatIsBlob() argument
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiExternalMemoryTests.cpp | 4061 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local 4063 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat() 4064 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat() 4082 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local 4084 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat() 4085 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat() 4100 deUint32 ahbFormat = 0; in testAndroidHardwareBufferImageFormat() local 4102 …ahbApi->describe(handle.getAndroidHardwareBuffer(), DE_NULL, DE_NULL, DE_NULL, &ahbFormat, &anhUsa… in testAndroidHardwareBufferImageFormat() 4103 TCU_CHECK(ahbFormat == ahbApi->vkFormatToAhbFormat(format)); in testAndroidHardwareBufferImageFormat()
|