Home
last modified time | relevance | path

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

/external/swiftshader/src/Renderer/
DContext.hpp458 bool textureWrapActive; member in sw::Context
DVertexProcessor.cpp471 context->textureWrapActive = false; in setTextureWrap()
475 context->textureWrapActive |= (context->textureWrap[i] != 0x00); in setTextureWrap()
DContext.cpp219 textureWrapActive = false; in init()