Searched refs:hasTexture (Results 1 – 7 of 7) 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
330 hasTexture: false, property in Flog.RayTracer.Material.BaseMaterial348 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';364 this.hasTexture = false;372 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';395 this.hasTexture = true;408 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';499 if(this.material.hasTexture){
201 bool hasTexture() const;
378 bool Sampler::hasTexture() const in hasTexture() function in sw::Sampler