Searched refs:blendSupport (Results 1 – 4 of 4) sorted by relevance
613 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat() argument636 formatInfo.blendSupport = blendSupport; in AddRGBAFormat()653 InternalFormat::SupportCheckFunction blendSupport) in AddLUMAFormat() argument672 formatInfo.blendSupport = blendSupport; in AddLUMAFormat()690 InternalFormat::SupportCheckFunction blendSupport) in AddDepthStencilFormat() argument709 formatInfo.blendSupport = blendSupport; in AddDepthStencilFormat()726 InternalFormat::SupportCheckFunction blendSupport) in AddCompressedFormat() argument746 formatInfo.blendSupport = blendSupport; in AddCompressedFormat()
228 SupportCheckFunction blendSupport; member
74 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
3405 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()