Lines Matching defs:width
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);
315 static void CheckOHOSImageSupport (const Context& context, const TestParams testParams, const deUint32 width,
328 pt::OHOSNativeBufferPtr ptr = bufferApi->Allocate(width,height, bufferApi->VKFormatToOHOSFormat(
421 const deUint32 width = 32;
458 width,
472 checkAhbImageSupport(context, testParams, width, height, vkUsage);
496 const deUint32 width = 32;
533 width,
547 CheckOHOSImageSupport(context, testParams, width, height, vkUsage);