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 559 if (description.hasTexture || description.hasExternalTexture) {
583 if (description.hasTexture || description.hasExternalTexture) {
606 } else if (description.hasTexture || description.hasExternalTexture) {
650 if (description.hasExternalTexture
658 if (description.hasTexture || description.hasExternalTexture) {
679 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
688 } else if (description.hasExternalTexture) {
733 if (description.hasBitmap || ((description.hasTexture || description.hasExternalTexture) &&
749 if (description.hasTexture || description.hasExternalTexture) {
    [all...]
Program.h 132 bool hasExternalTexture;
188 hasExternalTexture = false;
290 key |= programid(hasExternalTexture) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
GlopBuilder.cpp 573 LOG_ALWAYS_FATAL_IF(((description.hasTexture && description.hasExternalTexture)
575 && !description.hasExternalTexture
581 description.hasTexture, description.hasExternalTexture,
585 || description.hasExternalTexture
588 description.hasTexture, description.hasExternalTexture,
609 mDescription.hasExternalTexture = true;
647 && !mDescription.hasExternalTexture
Program.cpp 47 if (description.hasTexture || description.hasExternalTexture) {

Completed in 116 milliseconds