Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp839 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAXFormat()
840 InternalFormat::SupportCheckFunction filterSupport, in AddRGBAXFormat()
841 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAXFormat()
842 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAXFormat()
843 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAXFormat()
884 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAFormat()
885 InternalFormat::SupportCheckFunction filterSupport, in AddRGBAFormat()
886 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAFormat()
887 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat()
888 InternalFormat::SupportCheckFunction blendSupport) in AddRGBAFormat()
[all …]
H A Dformatutils.h288 typedef bool (*SupportCheckFunction)(const Version &, const Extensions &); typedef
289 SupportCheckFunction textureSupport;
290 SupportCheckFunction filterSupport;
291 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D
292 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer
293 SupportCheckFunction blendSupport;