Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSampler.hpp205 bool hasVolumeTexture() const;
DSampler.cpp399 bool Sampler::hasVolumeTexture() const in hasVolumeTexture() function in sw::Sampler
DContext.cpp1406 bool volume = sampler[coordinate].hasVolumeTexture(); in textureActive()