Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSampler.hpp204 bool hasCubeTexture() const;
DSampler.cpp394 bool Sampler::hasCubeTexture() const in hasCubeTexture() function in sw::Sampler
DContext.cpp1405 bool cube = sampler[coordinate].hasCubeTexture(); in textureActive()