Home
last modified time | relevance | path

Searched refs:gradientTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
DSkiaShader.cpp169 outData->gradientTexture = caches.gradientCache.get( in tryStoreGradient()
174 outData->gradientTexture = nullptr; in tryStoreGradient()
186 if (CC_UNLIKELY(data.gradientTexture)) { in applyGradient()
188 bindTexture(&caches, data.gradientTexture, data.wrapST, data.wrapST); in applyGradient()
DSkiaShader.h68 Texture* gradientTexture; member