Searched refs:toApply (Results 1 – 2 of 2) sorted by relevance
383 const gl::SwizzleState &toApply) in ApplySwizzle() argument387 result.swizzleRed = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleRed); in ApplySwizzle()388 result.swizzleGreen = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleGreen); in ApplySwizzle()389 result.swizzleBlue = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleBlue); in ApplySwizzle()390 result.swizzleAlpha = GetSwizzleStateComponent(formatSwizzle, toApply.swizzleAlpha); in ApplySwizzle()
204 const gl::SwizzleState &toApply);