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

  /frameworks/base/libs/hwui/
ProgramCache.cpp 472 if (description.hasTexture || description.hasExternalTexture) {
496 if (description.hasTexture || description.hasExternalTexture) {
519 } else if (description.hasTexture || description.hasExternalTexture) {
570 if (description.hasTexture || description.hasExternalTexture) {
591 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
598 if (description.hasTexture) {
625 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
627 const bool singleA8Texture = description.hasTexture &&
629 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
705 if (description.hasTexture || description.hasExternalTexture)
    [all...]
Program.h 123 bool hasTexture;
172 hasTexture = false;
237 if (hasTexture) key |= PROGRAM_KEY_TEXTURE;
Program.cpp 50 if (description.hasTexture || description.hasExternalTexture) {