Searched refs:IsCompressed (Results 1 – 12 of 12) 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
33 bool IsCompressed(GLenum format);
28 bool IsCompressed(GLenum format) in IsCompressed() function
632 return IsCompressed(getFormat(target, level)); in isCompressed()
245 static BOOL_32 IsCompressed(AddrFormat format);
1772 BOOL_32 ElemLib::IsCompressed( in IsCompressed() function in Addr::ElemLib
47 bool IsCompressed(GLint intenalformat);
326 bool IsCompressed(GLint internalformat) in IsCompressed() function1399 if(IsCompressed(internalformat)) in IsColorRenderable()1475 if(IsCompressed(internalformat)) in IsDepthRenderable()1545 if(IsCompressed(internalformat)) in IsStencilRenderable()
758 return IsCompressed(getFormat(target, level)); in isCompressed()1207 return IsCompressed(getFormat(target, level)); in isCompressed()1731 return IsCompressed(getFormat(target, level)); in isCompressed()
532 if(!IsCompressed(internalformat)) in CompressedTexImage3D()589 if(!IsCompressed(format)) in CompressedTexSubImage3D()3632 bool isCompressed = IsCompressed(internalformat); in TexStorage2D()3715 if(!IsSizedInternalFormat(internalformat) && !IsCompressed(internalformat)) in TexStorage3D()
702 if(!IsCompressed(internalformat)) in CompressedTexImage2D()812 if(!IsCompressed(format)) in CompressedTexSubImage2D()5924 if(!IsCompressed(internalformat)) in CompressedTexImage3DOES()5981 if(!IsCompressed(format)) in CompressedTexSubImage3DOES()
1571 PUBLIC 801f9 4 IsCompressed