Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DCompressedTextureFormatsTest.cpp378 void check2D(const bool compressedFormatEnabled) in check2D()
490 void check3D(GLenum target, const bool compressedFormatEnabled, const bool supportsTarget) in check3D()
640 const bool compressedFormatEnabled = mAlwaysOnES3 && getClientMajorVersion() >= 3; in test() local