HomeSort by relevance Sort by last modified time
    Searched refs:hasExternalTexture (Results 1 - 4 of 4) 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) {
532 if (description.hasExternalTexture) {
539 if (description.hasTexture || description.hasExternalTexture) {
560 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
569 } else if (description.hasExternalTexture) {
590 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
594 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
659 if (description.hasTexture || description.hasExternalTexture) {
    [all...]
Program.h 123 bool hasExternalTexture;
168 hasExternalTexture = false;
259 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
GlopBuilder.cpp 601 LOG_ALWAYS_FATAL_IF(((description.hasTexture && description.hasExternalTexture)
603 && !description.hasExternalTexture
609 description.hasTexture, description.hasExternalTexture,
613 || description.hasExternalTexture
616 description.hasTexture, description.hasExternalTexture,
636 mDescription.hasExternalTexture = true;
670 && !mDescription.hasExternalTexture
Program.cpp 47 if (description.hasTexture || description.hasExternalTexture) {

Completed in 236 milliseconds