Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DSampler.hpp148 bool hasNPOTTexture : 1; member
195 bool hasNPOTTexture() const;
DSampler.cpp95 state.hasNPOTTexture = hasNPOTTexture(); in samplerState()
398 bool Sampler::hasNPOTTexture() const in hasNPOTTexture() function in sw::Sampler
/external/swiftshader/src/Shader/
DSamplerCore.cpp805 if(!state.hasNPOTTexture) in sampleQuad2D()
1015 if(!state.hasNPOTTexture) in sample3D()
1647 if(!state.hasNPOTTexture && !hasFloatTexture()) in computeIndices()