Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp842 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAXFormat()
887 InternalFormat::SupportCheckFunction renderbufferSupport, in AddRGBAFormat()
906 InternalFormat::SupportCheckFunction renderbufferSupport, in AddLUMAFormat()
943 InternalFormat::SupportCheckFunction renderbufferSupport, in AddDepthStencilFormat()
979 InternalFormat::SupportCheckFunction renderbufferSupport, in AddCompressedFormat()
1014 InternalFormat::SupportCheckFunction renderbufferSupport, in AddPalettedFormat()
1053 InternalFormat::SupportCheckFunction renderbufferSupport, in AddYUVFormat()
H A Dformatutils.h292 SupportCheckFunction renderbufferSupport; // glFramebufferRenderbuffer member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFormatPrintTest.cpp55 bool renderbufferSupport = typeFormatPair.second.renderbufferSupport( in TEST_P() local