Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.cpp360 blendSupport(NeverSupported) in InternalFormat()
803 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAXFormat() argument
827 formatInfo.blendSupport = blendSupport; in AddRGBAXFormat()
848 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat() argument
852 textureAttachmentSupport, renderbufferSupport, blendSupport); in AddRGBAFormat()
867 InternalFormat::SupportCheckFunction blendSupport) in AddLUMAFormat() argument
886 formatInfo.blendSupport = blendSupport; in AddLUMAFormat()
904 InternalFormat::SupportCheckFunction blendSupport) in AddDepthStencilFormat() argument
923 formatInfo.blendSupport = blendSupport; in AddDepthStencilFormat()
940 InternalFormat::SupportCheckFunction blendSupport) in AddCompressedFormat() argument
[all …]
Dformatutils.h246 SupportCheckFunction blendSupport; member
DCaps.cpp75 caps.blendable = internalFormatInfo.blendSupport(clientVersion, extensions); in GenerateMinimumTextureCaps()
DContext.cpp4145 formatCaps.blendable && formatInfo.blendSupport(getClientVersion(), mState.mExtensions); in updateCaps()