Home
last modified time | relevance | path

Searched refs:initMemory (Results 1 – 6 of 6) sorted by relevance

/external/angle/src/libANGLE/renderer/vulkan/
DOverlayVk.cpp117 ANGLE_TRY(mFontImage.initMemory(contextVk, renderer->getMemoryProperties(), in createFont()
188 ANGLE_TRY(mCulledWidgets.initMemory(contextVk, renderer->getMemoryProperties(), in cullWidgets()
DRenderbufferVk.cpp79 ANGLE_TRY(mImage->initMemory(contextVk, renderer->getMemoryProperties(), flags)); in setStorageImpl()
DSurfaceVk.cpp163 ANGLE_TRY(image.initMemory(displayVk, renderer->getMemoryProperties(), flags)); in initialize()
888 ANGLE_TRY(mColorImageMS.initMemory(context, renderer->getMemoryProperties(), in createSwapChain()
913 ANGLE_TRY(mDepthStencilImage.initMemory(context, renderer->getMemoryProperties(), in createSwapChain()
Dvk_helpers.h758 angle::Result initMemory(Context *context,
Dvk_helpers.cpp2127 angle::Result ImageHelper::initMemory(Context *context, in initMemory() function in rx::vk::ImageHelper
2297 ANGLE_TRY(initMemory(context, memoryProperties, memoryPropertyFlags)); in init2DStaging()
DTextureVk.cpp1649 ANGLE_TRY(mImage->initMemory(contextVk, renderer->getMemoryProperties(), flags)); in initImage()