Searched refs:blendSupport (Results 1 – 4 of 4) sorted by relevance
356 blendSupport(NeverSupported) in InternalFormat()762 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat() argument785 formatInfo.blendSupport = blendSupport; in AddRGBAFormat()802 InternalFormat::SupportCheckFunction blendSupport) in AddLUMAFormat() argument821 formatInfo.blendSupport = blendSupport; in AddLUMAFormat()839 InternalFormat::SupportCheckFunction blendSupport) in AddDepthStencilFormat() argument858 formatInfo.blendSupport = blendSupport; in AddDepthStencilFormat()875 InternalFormat::SupportCheckFunction blendSupport) in AddCompressedFormat() argument895 formatInfo.blendSupport = blendSupport; in AddCompressedFormat()916 InternalFormat::SupportCheckFunction blendSupport) in AddYUVFormat() argument[all …]
244 SupportCheckFunction blendSupport; member
76 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
3872 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()