HomeSort by relevance Sort by last modified time
    Searched refs:hasTexture (Results 1 - 13 of 13) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTexture.cpp 53 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));
TextureManager.h 50 bool hasTexture(TextureToken);
TextureManager.cpp 62 bool TextureManager::hasTexture(TextureToken token)
75 return token && hasTexture(token) && m_textures.get(token).isProtected;
80 ASSERT(hasTexture(token));
  /frameworks/base/libs/hwui/
ProgramCache.cpp 461 if (description.hasTexture || description.hasExternalTexture) {
485 if (description.hasTexture || description.hasExternalTexture) {
507 } else if (description.hasTexture || description.hasExternalTexture) {
560 if (description.hasTexture || description.hasExternalTexture) {
580 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
587 if (description.hasTexture) {
610 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
612 const bool singleA8Texture = description.hasTexture &&
614 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
687 if (description.hasTexture || description.hasExternalTexture)
    [all...]
Program.h 123 bool hasTexture;
172 hasTexture = false;
237 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;
Program.cpp 47 if (description.hasTexture || description.hasExternalTexture) {
OpenGLRenderer.cpp     [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v4/
v8-raytrace.js 331 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=' + this.hasTexture +']'
    [all...]
  /external/webkit/PerformanceTests/SunSpider/tests/v8-v5/
v8-raytrace.js 331 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=' + this.hasTexture +']'
    [all...]
  /external/v8/benchmarks/
raytrace.js 330 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/
v8-raytrace.js 325 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/
MaterialHelper.java 393 public boolean hasTexture(Material material) {
429 public boolean hasTexture(Material material, String textureType) {
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java 349 if (!materialHelper.hasTexture(material, MaterialHelper.TEXTURE_TYPE_DIFFUSE)) {
355 if (!materialHelper.hasTexture(material, MaterialHelper.TEXTURE_TYPE_COLOR)) {

Completed in 96 milliseconds