Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSampler.cpp52 externalTextureFormat = FORMAT_NULL; in Sampler()
99 …state.sRGB = (sRGB && Surface::isSRGBreadable(externalTextureFormat)) || Surface::isSRGBformat(int… in samplerState()
108 state.compressedFormat = Surface::isCompressed(externalTextureFormat); in samplerState()
126 externalTextureFormat = surface->getExternalFormat(); in setTextureLevel()
DSampler.hpp219 Format externalTextureFormat; member in sw::Sampler