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 471 if (description.hasTexture || description.hasExternalTexture) {
496 if (description.hasTexture || description.hasExternalTexture) {
519 } else if (description.hasTexture || description.hasExternalTexture) {
566 if (description.hasExternalTexture) {
573 if (description.hasTexture || description.hasExternalTexture) {
594 const bool singleColor = !description.hasTexture && !description.hasExternalTexture &&
603 } else if (description.hasExternalTexture) {
626 const bool singleTexture = (description.hasTexture || description.hasExternalTexture) &&
630 const bool singleGradient = !description.hasTexture && !description.hasExternalTexture &&
701 if (description.hasTexture || description.hasExternalTexture) {
    [all...]
Program.h 122 bool hasExternalTexture;
167 hasExternalTexture = false;
262 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
Program.cpp 47 if (description.hasTexture || description.hasExternalTexture) {
OpenGLRenderer.cpp     [all...]

Completed in 84 milliseconds