Searched defs:textureActive (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/src/Renderer/
H A DContext.cpp1352 bool Context::textureActive() function in class:sw::Context
1356 if(textureActive(i))
1365 bool Context::textureActive(int coordinate) function in class:sw::Context
1367 return textureActive(coordinate, 0) || textureActive(coordinate, 1) || textureActive(coordinate, 2) || textureActive(coordinate, 3);
1370 bool Context::textureActive(int coordinate, int component) function in class:sw::Context

Completed in 217 milliseconds