Searched refs:textureActive (Results 1 – 4 of 4) sorted by relevance
1355 bool Context::textureActive() in textureActive() function in sw::Context1359 if(textureActive(i)) in textureActive()1368 bool Context::textureActive(int coordinate) in textureActive() function in sw::Context1370 …return textureActive(coordinate, 0) || textureActive(coordinate, 1) || textureActive(coordinate, 2… in textureActive()1373 bool Context::textureActive(int coordinate, int component) in textureActive() function in sw::Context
398 bool textureActive();399 bool textureActive(int coordinate);400 bool textureActive(int coordinate, int component);
192 if(context->textureActive(coordinate, component)) in update()
1074 if(context->textureActive(coordinate, component)) in update()