Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DPaletteTexture.h21 #define MAX_SUPPORTED_PALETTE 10 macro
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp68 static constexpr size_t kCount = MAX_SUPPORTED_PALETTE + MAX_ETC_SUPPORTED + kASTCFormatsCount; in getCompressedFormats()
72 res -= MAX_SUPPORTED_PALETTE; in getCompressedFormats()