Home
last modified time | relevance | path

Searched refs:SupportCheckFunction (Results 1 – 2 of 2) sorted by relevance

/external/angle/src/libANGLE/
Dformatutils.h239 typedef bool (*SupportCheckFunction)(const Version &, const Extensions &); typedef
240 SupportCheckFunction textureSupport;
241 SupportCheckFunction filterSupport;
242 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D
243 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer
244 SupportCheckFunction blendSupport;
Dformatutils.cpp758 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAFormat()
759 InternalFormat::SupportCheckFunction filterSupport, in AddRGBAFormat()
760 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAFormat()
761 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat()
762 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat()
798 InternalFormat::SupportCheckFunction textureSupport, in AddLUMAFormat()
799 InternalFormat::SupportCheckFunction filterSupport, in AddLUMAFormat()
800 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddLUMAFormat()
801 InternalFormat::SupportCheckFunction renderbufferSupport, in AddLUMAFormat()
802 InternalFormat::SupportCheckFunction blendSupport) in AddLUMAFormat()
[all …]