Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DTextureUtils.h40 bool isPaletteFormat(GLenum internalformat);
/hardware/google/gfxstream/host/gl/glestranslator/GLcommon/
DTextureUtils.cpp259 bool isPaletteFormat(GLenum internalformat) { in isPaletteFormat() function
526 } else if (isPaletteFormat(internalformat)) { in doCompressedTexImage2D()