Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h241 typedef bool (*SupportCheckFunction)(const Version &, const Extensions &); typedef
242 SupportCheckFunction textureSupport;
243 SupportCheckFunction filterSupport;
244 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D
245 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer
246 SupportCheckFunction blendSupport;
Dformatutils.cpp799 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAXFormat()
800 InternalFormat::SupportCheckFunction filterSupport, in AddRGBAXFormat()
801 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAXFormat()
802 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAXFormat()
803 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAXFormat()
844 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAFormat()
845 InternalFormat::SupportCheckFunction filterSupport, in AddRGBAFormat()
846 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAFormat()
847 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat()
848 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat()
[all …]