Home
last modified time | relevance | path

Searched refs:mInit (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/graphics/jni/
DVulkanTestHelpers.cpp281 VkAHardwareBufferImage::VkAHardwareBufferImage(VkInit *init) : mInit(init) {} in VkAHardwareBufferImage()
297 VK_CALL(mInit->mPfnGetAndroidHardwareBufferProperties(mInit->device(), buffer, &properties)); in init()
331 VK_CALL(vkCreateImage(mInit->device(), &createInfo, nullptr, &mImage)); in init()
348 .memoryTypeIndex = mInit->findMemoryType( in init()
352 VK_CALL(vkAllocateMemory(mInit->device(), &allocateInfo, nullptr, &mMemory)); in init()
360 VK_CALL(mInit->mPfnBindImageMemory2(mInit->device(), 1, &bindImageInfo)); in init()
375 mInit->mPfnGetImageMemoryRequirements2(mInit->device(), &memReqsInfo, &memReqs); in init()
392 VK_CALL(mInit->mPfnCreateSamplerYcbcrConversion(mInit->device(), &conversionCreateInfo, nullptr, in init()
422 vkCreateSampler(mInit->device(), &samplerCreateInfo, nullptr, &mSampler)); in init()
439 VK_CALL(vkCreateImageView(mInit->device(), &viewCreateInfo, nullptr, &mView)); in init()
[all …]
DVulkanTestHelpers.h72 VkInit *const mInit;
103 VkInit *const mInit; variable