Lines Matching defs:height
219 static void checkAhbImageSupport (const Context& context, const TestParams testParams, const deUint32 width, const deUint32 height, const VkImageUsageFlagBits vkUsage)
231 pt::AndroidHardwareBufferPtr ahb = ahbApi->allocate(width,height, 1, ahbApi->vkFormatToAhbFormat(testParams.format), ahbUsage);
316 const deUint32 height, const VkImageUsageFlagBits vkUsage)
328 pt::OHOSNativeBufferPtr ptr = bufferApi->Allocate(width,height, bufferApi->VKFormatToOHOSFormat(
422 const deUint32 height = 32;
459 height,
472 checkAhbImageSupport(context, testParams, width, height, vkUsage);
497 const deUint32 height = 32;
534 height,
547 CheckOHOSImageSupport(context, testParams, width, height, vkUsage);