Home
last modified time | relevance | path

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

/external/swiftshader/src/Device/
DSurface.hpp313 VkFormat selectInternalFormat(VkFormat format) const;
DSurface.cpp802 internal.format = selectInternalFormat(format); in Surface()
858 internal.format = selectInternalFormat(format); in Surface()
3140 VkFormat Surface::selectInternalFormat(VkFormat format) const in selectInternalFormat() function in sw::Surface
/external/swiftshader/src/Renderer/
DSurface.hpp490 Format selectInternalFormat(Format format) const;
DSurface.cpp1283 internal.format = selectInternalFormat(format); in Surface()
1340 internal.format = selectInternalFormat(format); in Surface()
3744 Format Surface::selectInternalFormat(Format format) const in selectInternalFormat() function in sw::Surface