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 461 if (description.hasTexture || description.hasExternalTexture) {
485 if (description.hasTexture || description.hasExternalTexture) {
507 } else if (description.hasTexture || description.hasExternalTexture) {
553 if (description.hasExternalTexture) {
560 if (description.hasTexture || description.hasExternalTexture) {
580 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
589 } else if (description.hasExternalTexture) {
610 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
614 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
687 if (description.hasTexture || description.hasExternalTexture) {
    [all...]
Program.h 125 bool hasExternalTexture;
174 hasExternalTexture = false;
272 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
Program.cpp 47 if (description.hasTexture || description.hasExternalTexture) {
OpenGLRenderer.cpp     [all...]

Completed in 61 milliseconds