Searched refs:isTexturing (Results 1 – 2 of 2) sorted by relevance
130 inline bool isTexturing() const { return (mKey & TEXTURE_MASK) != TEXTURE_OFF; } in isTexturing() function131 inline bool hasTextureCoords() const { return isTexturing() && !drawShadows(); } in hasTextureCoords()
723 if (needs.isTexturing()) { in generateFragmentShader()