Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v5/
Dv8-raytrace.js331 hasTexture: false, property in Flog.RayTracer.Material.BaseMaterial
349 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
365 this.hasTexture = false;
373 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
396 this.hasTexture = true;
409 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
435 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
525 if(this.material.hasTexture){
/external/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v4/
Dv8-raytrace.js331 hasTexture: false, property in Flog.RayTracer.Material.BaseMaterial
349 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
365 this.hasTexture = false;
373 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
396 this.hasTexture = true;
409 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
435 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
525 if(this.material.hasTexture){
/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/chromium_org/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/chromium_org/third_party/WebKit/PerformanceTests/SunSpider/tests/v8-v6/
Dv8-raytrace.js325 hasTexture: false, property in Flog.RayTracer.Material.BaseMaterial
343 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
359 this.hasTexture = false;
367 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
390 this.hasTexture = true;
403 …ss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
494 if(this.material.hasTexture){
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
DMaterialHelper.java393 public boolean hasTexture(Material material) { in hasTexture() method in MaterialHelper
429 public boolean hasTexture(Material material, String textureType) { in hasTexture() method in MaterialHelper
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
DMeshHelper.java349 … if (!materialHelper.hasTexture(material, MaterialHelper.TEXTURE_TYPE_DIFFUSE)) { in toMesh()
355 … if (!materialHelper.hasTexture(material, MaterialHelper.TEXTURE_TYPE_COLOR)) { in toMesh()