HomeSort by relevance Sort by last modified time
    Searched full:bindimageinfo (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/graphics/jni/
VulkanTestHelpers.cpp 307 VkBindImageMemoryInfo bindImageInfo;
308 bindImageInfo.sType = VK_STRUCTURE_TYPE_BIND_IMAGE_MEMORY_INFO;
309 bindImageInfo.pNext = nullptr;
310 bindImageInfo.image = mImage;
311 bindImageInfo.memory = mMemory;
312 bindImageInfo.memoryOffset = 0;
318 VK_CALL(bindImageMemory(mInit->device(), 1, &bindImageInfo));
    [all...]
  /external/skqp/tests/
VkHardwareBufferTest.cpp     [all...]

Completed in 1307 milliseconds