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 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...]
ProgramCache.h 117 bool hasTexture;
157 hasTexture = false;
215 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;
OpenGLRenderer.cpp     [all...]
  /external/skia/gpu/include/
GrPaint.h 164 bool hasTexture() const {
173 return this->hasTexture() || this->hasMask();
  /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/skia/gpu/src/
GrTextContext.cpp 56 fPaint.hasTexture()) {
GrContext.cpp 685 if (paint.hasTexture()) {
    [all...]

Completed in 526 milliseconds