Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/vulkan/
DTextureVk.cpp2771 const bool isGenerateMipmap = source == gl::Command::GenerateMipmap; in respecifyImageStorageIfNecessary() local
2772 if (isGenerateMipmap) in respecifyImageStorageIfNecessary()
2805 if (!isGenerateMipmap && mImage && mImage->valid()) in respecifyImageStorageIfNecessary()
2813 if (isGenerateMipmap && mImage && mImage->valid() && in respecifyImageStorageIfNecessary()
2956 const bool isGenerateMipmap = source == gl::Command::GenerateMipmap; in syncState() local
2957 ANGLE_TRY(ensureImageInitialized(contextVk, isGenerateMipmap in syncState()