Searched refs:hasTextureTransform (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/libs/hwui/
H A DProgram.h133 bool hasTextureTransform; member in namespace:android::uirenderer
189 hasTextureTransform = false;
291 key |= programid(hasTextureTransform) << PROGRAM_HAS_TEXTURE_TRANSFORM_SHIFT;
H A DProgramCache.cpp570 if (description.hasTextureTransform) {
604 if (description.hasTextureTransform) {
H A DGlopBuilder.cpp455 mDescription.hasTextureTransform = true;
471 mDescription.hasTextureTransform = true;
597 if (description.hasTextureTransform != (glop.fill.texture.textureTransform != nullptr)) {

Completed in 134 milliseconds