Searched refs:gradientTexture (Results 1 – 2 of 2) sorted by relevance
169 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()
68 Texture* gradientTexture; member