Home
last modified time | relevance | path

Searched refs:blendSupport (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/libANGLE/
Dformatutils.cpp356 blendSupport(NeverSupported) in InternalFormat()
762 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat() argument
785 formatInfo.blendSupport = blendSupport; in AddRGBAFormat()
802 InternalFormat::SupportCheckFunction blendSupport) in AddLUMAFormat() argument
821 formatInfo.blendSupport = blendSupport; in AddLUMAFormat()
839 InternalFormat::SupportCheckFunction blendSupport) in AddDepthStencilFormat() argument
858 formatInfo.blendSupport = blendSupport; in AddDepthStencilFormat()
875 InternalFormat::SupportCheckFunction blendSupport) in AddCompressedFormat() argument
895 formatInfo.blendSupport = blendSupport; in AddCompressedFormat()
916 InternalFormat::SupportCheckFunction blendSupport) in AddYUVFormat() argument
[all …]
Dformatutils.h244 SupportCheckFunction blendSupport; member
DCaps.cpp76 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DContext.cpp3872 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()