Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp613 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat() argument
636 formatInfo.blendSupport = blendSupport; in AddRGBAFormat()
653 InternalFormat::SupportCheckFunction blendSupport) in AddLUMAFormat() argument
672 formatInfo.blendSupport = blendSupport; in AddLUMAFormat()
690 InternalFormat::SupportCheckFunction blendSupport) in AddDepthStencilFormat() argument
709 formatInfo.blendSupport = blendSupport; in AddDepthStencilFormat()
726 InternalFormat::SupportCheckFunction blendSupport) in AddCompressedFormat() argument
746 formatInfo.blendSupport = blendSupport; in AddCompressedFormat()
Dformatutils.h228 SupportCheckFunction blendSupport; member
DCaps.cpp74 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DContext.cpp3405 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()