Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DSkiaShader.cpp164 outData->gradientTexture = caches.gradientCache.get( in tryStoreGradient()
169 outData->gradientTexture = nullptr; in tryStoreGradient()
180 if (CC_UNLIKELY(data.gradientTexture)) { in applyGradient()
182 bindTexture(&caches, data.gradientTexture, data.wrapST, data.wrapST); in applyGradient()
DSkiaShader.h72 Texture* gradientTexture; member