Searched refs:initMemory (Results 1 – 6 of 6) sorted by relevance
/external/angle/src/libANGLE/renderer/vulkan/ |
D | OverlayVk.cpp | 117 ANGLE_TRY(mFontImage.initMemory(contextVk, renderer->getMemoryProperties(), in createFont() 188 ANGLE_TRY(mCulledWidgets.initMemory(contextVk, renderer->getMemoryProperties(), in cullWidgets()
|
D | RenderbufferVk.cpp | 79 ANGLE_TRY(mImage->initMemory(contextVk, renderer->getMemoryProperties(), flags)); in setStorageImpl()
|
D | SurfaceVk.cpp | 163 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()
|
D | vk_helpers.h | 758 angle::Result initMemory(Context *context,
|
D | vk_helpers.cpp | 2127 angle::Result ImageHelper::initMemory(Context *context, in initMemory() function in rx::vk::ImageHelper 2297 ANGLE_TRY(initMemory(context, memoryProperties, memoryPropertyFlags)); in init2DStaging()
|
D | TextureVk.cpp | 1649 ANGLE_TRY(mImage->initMemory(contextVk, renderer->getMemoryProperties(), flags)); in initImage()
|