Home
last modified time | relevance | path

Searched refs:textureActive (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DContext.cpp1356 bool Context::textureActive() in textureActive() function in sw::Context
1360 if(textureActive(i)) in textureActive()
1369 bool Context::textureActive(int coordinate) in textureActive() function in sw::Context
1371 …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
DContext.hpp398 bool textureActive();
399 bool textureActive(int coordinate);
400 bool textureActive(int coordinate, int component);
DSetupProcessor.cpp190 if(context->textureActive(coordinate, component)) in update()
DPixelProcessor.cpp1095 if(context->textureActive(coordinate, component)) in update()