Searched refs:hasTexture (Results 1 – 4 of 4) sorted by relevance
552 bool hasTexture = pointSpriteActive(); in texCoordActive() local560 hasTexture = true; in texCoordActive()565 hasTexture = true; // FIXME: Check vertex buffer streams in texCoordActive()573 hasTexture = true; in texCoordActive()576 …hasTexture = hasTexture || (component < input[TexCoord0 + textureStage[coordinate].texCoordIndex].… in texCoordActive()579 hasTexture = hasTexture || (component <= 2); in texCoordActive()582 hasTexture = hasTexture || (component <= 2); in texCoordActive()585 hasTexture = hasTexture || (component <= 2); in texCoordActive()588 hasTexture = hasTexture || (component <= 1); in texCoordActive()607 return hasTexture && usesTexture; in texCoordActive()
202 bool hasTexture() const;
396 bool disabled = (stageOperation == STAGE_DISABLE) || (!sampler->hasTexture() && usesTexture()); in isStageDisabled()
381 bool Sampler::hasTexture() const in hasTexture() function in sw::Sampler