Searched defs:IsCompressed (Results 1 – 5 of 5) sorted by relevance
20 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function50 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
219 bool IsCompressed(GLenum format) in IsCompressed() function
28 bool IsCompressed(GLenum format) in IsCompressed() function
1634 BOOL_32 AddrElemLib::IsCompressed( in IsCompressed() function in AddrElemLib
326 bool IsCompressed(GLint internalformat, GLint clientVersion) in IsCompressed() function