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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 442 if (description.hasTexture || description.hasExternalTexture) {
466 if (description.hasTexture || description.hasExternalTexture) {
489 } else if (description.hasTexture || description.hasExternalTexture) {
539 if (description.hasTexture || description.hasExternalTexture) {
560 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
567 if (description.hasTexture || description.useShadowAlphaInterp) {
590 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
592 const bool singleA8Texture = description.hasTexture &&
594 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
659 if (description.hasTexture || description.hasExternalTexture)
    [all...]
Program.h 121 bool hasTexture;
166 hasTexture = false;
227 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;
GlopBuilder.cpp 601 LOG_ALWAYS_FATAL_IF(((description.hasTexture && description.hasExternalTexture)
602 || (!description.hasTexture
609 description.hasTexture, description.hasExternalTexture,
612 LOG_ALWAYS_FATAL_IF((description.hasTexture
616 description.hasTexture, description.hasExternalTexture,
634 mDescription.hasTexture = true;
669 const bool singleColor = !mDescription.hasTexture
Program.cpp 47 if (description.hasTexture || description.hasExternalTexture) {
  /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...]

Completed in 84 milliseconds