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