HomeSort by relevance Sort by last modified time
    Searched refs:hasTexture (Results 1 - 15 of 15) 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 398 if (description.hasTexture || description.hasExternalTexture) {
419 if (description.hasTexture || description.hasExternalTexture) {
439 } else if (description.hasTexture || description.hasExternalTexture) {
481 if (description.hasTexture || description.hasExternalTexture) {
499 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
506 if (description.hasTexture) {
527 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
529 const bool singleA8Texture = description.hasTexture &&
531 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
594 if (description.hasTexture || description.hasExternalTexture)
    [all...]
Program.h 114 bool hasTexture;
154 hasTexture = false;
212 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/skia/include/gpu/
GrPaint.h 179 bool hasTexture() const {
188 return this->hasTexture() || this->hasMask();
  /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/skia/src/gpu/
GrTextContext.cpp 47 fPaint.hasTexture()) {
  /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 7007 milliseconds