Home
last modified time | relevance | path

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

/cts/tests/tests/graphics/jni/
DVulkanPreTransformTestHelpers.h94 VkDeviceMemory mDeviceMemory; variable
DVulkanPreTransformTestHelpers.cpp345 mDeviceMemory(VK_NULL_HANDLE), in Renderer()
371 vkFreeMemory(mDeviceInfo->device(), mDeviceMemory, nullptr); in ~Renderer()
521 VK_CALL(vkAllocateMemory(mDeviceInfo->device(), &memoryAllocateInfo, nullptr, &mDeviceMemory)); in createVertexBuffers()
524 VK_CALL(vkMapMemory(mDeviceInfo->device(), mDeviceMemory, 0, sizeof(vertexData), 0, &data)); in createVertexBuffers()
527 vkUnmapMemory(mDeviceInfo->device(), mDeviceMemory); in createVertexBuffers()
529 VK_CALL(vkBindBufferMemory(mDeviceInfo->device(), mVertexBuffer, mDeviceMemory, 0)); in createVertexBuffers()