Searched refs:hasExternalTexture (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgramCache.cpp471 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...]
H A DProgram.h122 bool hasExternalTexture; member in struct:android::uirenderer::ProgramDescription
167 hasExternalTexture = false;
262 if (hasExternalTexture) key |= programid(0x1) << PROGRAM_HAS_EXTERNAL_TEXTURE_SHIFT;
H A DProgram.cpp47 if (description.hasTexture || description.hasExternalTexture) {
H A DOpenGLRenderer.cpp1319 mDescription.hasExternalTexture = true;

Completed in 13 milliseconds