Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/
H A Dformatutils.cpp839 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAXFormat()
884 InternalFormat::SupportCheckFunction textureSupport, in AddRGBAFormat()
903 InternalFormat::SupportCheckFunction textureSupport, in AddLUMAFormat()
940 InternalFormat::SupportCheckFunction textureSupport, in AddDepthStencilFormat()
976 InternalFormat::SupportCheckFunction textureSupport, in AddCompressedFormat()
1011 InternalFormat::SupportCheckFunction textureSupport, in AddPalettedFormat()
1050 InternalFormat::SupportCheckFunction textureSupport, in AddYUVFormat()
H A Dformatutils.h289 SupportCheckFunction textureSupport; member
/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DFormatPrintTest.cpp49 bool textureSupport = typeFormatPair.second.textureSupport(context->getClientVersion(), in TEST_P() local