Home
last modified time | relevance | path

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

/third_party/lzma/CPP/Windows/
DFileFind.h48 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function
110 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
/third_party/mesa3d/src/amd/addrlib/src/core/
Daddrelemlib.cpp1748 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
Dutilities.cpp326 bool IsCompressed(GLint internalformat) in IsCompressed() function