Searched refs:GetSwizzleStateComponent (Results 1 – 1 of 1) sorted by relevance
365 GLenum GetSwizzleStateComponent(const gl::SwizzleState &swizzleState, GLenum component) in GetSwizzleStateComponent() function387 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()