Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DSurface.hpp461 Format selectInternalFormat(Format format) const;
DSurface.cpp1242 internal.format = selectInternalFormat(format); in Surface()
1299 internal.format = selectInternalFormat(format); in Surface()
3553 Format Surface::selectInternalFormat(Format format) const in selectInternalFormat() function in sw::Surface