Searched refs:isTexturing (Results 1 – 4 of 4) 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()
712 if (needs.isTexturing()) { in generateFragmentShader()
135 inline bool isTexturing() const { return (mKey & TEXTURE_MASK) != TEXTURE_OFF; } in isTexturing() function136 inline bool hasTextureCoords() const { return isTexturing() && !drawShadows(); } in hasTextureCoords()
731 if (needs.isTexturing()) { in generateFragmentShader()