Searched refs:blendSupport (Results 1 – 4 of 4) sorted by relevance
360 blendSupport(NeverSupported) in InternalFormat()803 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAXFormat() argument827 formatInfo.blendSupport = blendSupport; in AddRGBAXFormat()848 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat() argument852 textureAttachmentSupport, renderbufferSupport, blendSupport); in AddRGBAFormat()867 InternalFormat::SupportCheckFunction blendSupport) in AddLUMAFormat() argument886 formatInfo.blendSupport = blendSupport; in AddLUMAFormat()904 InternalFormat::SupportCheckFunction blendSupport) in AddDepthStencilFormat() argument923 formatInfo.blendSupport = blendSupport; in AddDepthStencilFormat()940 InternalFormat::SupportCheckFunction blendSupport) in AddCompressedFormat() argument[all …]
246 SupportCheckFunction blendSupport; member
75 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
4145 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()