Searched refs:fCachedBlendConstant (Results 1 – 4 of 4) sorted by relevance
40 fCachedBlendConstant[i] = -1.0; in invalidateState()358 if (memcmp(blendConstants, fCachedBlendConstant, 4 * sizeof(float))) { in setBlendConstants()360 memcpy(fCachedBlendConstant, blendConstants, 4 * sizeof(float)); in setBlendConstants()
195 float fCachedBlendConstant[4]; variable
40 fCachedBlendConstant[i] = -1.0; in invalidateState()361 if (memcmp(blendConstants, fCachedBlendConstant, 4 * sizeof(float))) { in setBlendConstants()363 memcpy(fCachedBlendConstant, blendConstants, 4 * sizeof(float)); in setBlendConstants()
196 float fCachedBlendConstant[4]; variable