Home
last modified time | relevance | path

Searched defs:textureAttachmentSupport (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp841 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAXFormat()
886 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddRGBAFormat()
905 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddLUMAFormat()
942 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddDepthStencilFormat()
978 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddCompressedFormat()
1013 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddPalettedFormat()
1052 InternalFormat::SupportCheckFunction textureAttachmentSupport, in AddYUVFormat()
H A Dformatutils.h291 SupportCheckFunction textureAttachmentSupport; // glFramebufferTexture2D member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFormatPrintTest.cpp53 bool textureAttachmentSupport = typeFormatPair.second.textureAttachmentSupport( in TEST_P() local