Home
last modified time | relevance | path

Searched refs:hasTexture (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/src/Renderer/
DContext.cpp552 bool hasTexture = pointSpriteActive(); in texCoordActive() local
560 hasTexture = true; in texCoordActive()
565 hasTexture = true; // FIXME: Check vertex buffer streams in texCoordActive()
573 hasTexture = true; in texCoordActive()
576hasTexture = 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()
DSampler.hpp202 bool hasTexture() const;
DTextureStage.cpp396 bool disabled = (stageOperation == STAGE_DISABLE) || (!sampler->hasTexture() && usesTexture()); in isStageDisabled()
DSampler.cpp381 bool Sampler::hasTexture() const in hasTexture() function in sw::Sampler
/external/v8/benchmarks/
Draytrace.js330 hasTexture: false, property in Flog.RayTracer.Material.BaseMaterial
348 …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){
/external/swiftshader/src/Device/
DSampler.hpp201 bool hasTexture() const;
DSampler.cpp378 bool Sampler::hasTexture() const in hasTexture() function in sw::Sampler