Searched refs:textureActive (Results 1 – 4 of 4) sorted by relevance
1356 bool Context::textureActive() in textureActive() function in sw::Context1360 if(textureActive(i)) in textureActive()1369 bool Context::textureActive(int coordinate) in textureActive() function in sw::Context1371 …return textureActive(coordinate, 0) || textureActive(coordinate, 1) || textureActive(coordinate, 2… in textureActive()1374 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);
190 if(context->textureActive(coordinate, component)) in update()
1095 if(context->textureActive(coordinate, component)) in update()