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 517 if (description.hasTexture || description.hasExternalTexture) {
541 if (description.hasTexture || description.hasExternalTexture) {
565 } else if (description.hasTexture || description.hasExternalTexture) {
609 if (description.hasExternalTexture ||
617 if (description.hasTexture || description.hasExternalTexture) {
638 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
647 } else if (description.hasExternalTexture) {
693 if (description.hasBitmap || ((description.hasTexture || description.hasExternalTexture) &&
712 if (description.hasTexture || description.hasExternalTexture) {
    [all...]
Program.h 122 bool hasExternalTexture;
178 hasExternalTexture = false;
280 key |= programid(hasExternalTexture) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
GlopBuilder.cpp 569 ((description.hasTexture && description.hasExternalTexture) ||
570 (!description.hasTexture && !description.hasExternalTexture &&
575 description.hasTexture, description.hasExternalTexture,
579 (description.hasTexture || description.hasExternalTexture ||
582 description.hasExternalTexture, glop.mesh.vertices.attribFlags);
602 mDescription.hasExternalTexture = true;
640 const bool singleColor = !mDescription.hasTexture && !mDescription.hasExternalTexture &&
Program.cpp 47 if (description.hasTexture || description.hasExternalTexture) {

Completed in 63 milliseconds