Searched refs:hasTexture (Results 1 - 11 of 11) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DLayerTexture.cpp53 return m_token && size == m_size && format == m_format && m_textureManager->hasTexture(m_token);
61 if (size == m_size && format == m_format && m_textureManager->hasTexture(m_token))
76 ASSERT(m_textureManager->hasTexture(m_token));
H A DTextureManager.h50 bool hasTexture(TextureToken);
H A DTextureManager.cpp62 bool TextureManager::hasTexture(TextureToken token) function in class:WebCore::TextureManager
75 return token && hasTexture(token) && m_textures.get(token).isProtected;
80 ASSERT(hasTexture(token));
/external/skia/include/gpu/
H A DGrPaint.h179 bool hasTexture() const { function in class:GrPaint
188 return this->hasTexture() || this->hasMask();
/external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
H A Dv8-raytrace.js331 hasTexture: false,
349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
365 this.hasTexture = false;
373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
396 this.hasTexture = true;
409 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
435 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
H A Dv8-raytrace.js331 hasTexture: false,
349 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
365 this.hasTexture = false;
373 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
396 this.hasTexture = true;
409 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
435 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture
[all...]
/external/v8/benchmarks/
H A Draytrace.js330 hasTexture: false,
348 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
364 this.hasTexture = false;
372 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
395 this.hasTexture = true;
408 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
499 if(this.material.hasTexture){
[all...]
/external/webkit/PerformanceTests/SunSpider/tests/v8-v6/
H A Dv8-raytrace.js325 hasTexture: false,
343 return 'Material [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
359 this.hasTexture = false;
367 return 'SolidMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
390 this.hasTexture = true;
403 return 'ChessMaterial [gloss=' + this.gloss + ', transparency=' + this.transparency + ', hasTexture=' + this.hasTexture +']';
494 if(this.material.hasTexture){
[all...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
H A DMaterialHelper.java393 public boolean hasTexture(Material material) { method in class:MaterialHelper
429 public boolean hasTexture(Material material, String textureType) { method in class:MaterialHelper
/external/skia/src/gpu/
H A DGrTextContext.cpp47 fPaint.hasTexture()) {
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
H A DMeshHelper.java349 if (!materialHelper.hasTexture(material, MaterialHelper.TEXTURE_TYPE_DIFFUSE)) {
355 if (!materialHelper.hasTexture(material, MaterialHelper.TEXTURE_TYPE_COLOR)) {

Completed in 383 milliseconds