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
37 fCachedBlendConstant[i] = -1.0; in invalidateState()388 if (0 != memcmp(blendConstants, fCachedBlendConstant, 4 * sizeof(float))) { in setBlendConstants()390 memcpy(fCachedBlendConstant, blendConstants, 4 * sizeof(float)); in setBlendConstants()
193 float fCachedBlendConstant[4]; variable