Searched refs:IsCompressed (Results 1 – 14 of 14) sorted by relevance
/external/lzma/CPP/Windows/ |
D | FileFind.h | 20 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; } in IsCompressed() function 50 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); } in IsCompressed() function
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | utilities.h | 33 bool IsCompressed(GLenum format);
|
D | Texture.cpp | 260 if(IsCompressed(image->getFormat())) in subImage() 686 return IsCompressed(getFormat(target, level)); in isCompressed()
|
D | utilities.cpp | 28 bool IsCompressed(GLenum format) in IsCompressed() function
|
/external/swiftshader/src/OpenGL/libGL/ |
D | utilities.h | 47 bool IsCompressed(GLenum format);
|
D | Texture.cpp | 202 if(IsCompressed(image->getFormat())) in subImage() 554 return IsCompressed(getFormat(target, level)); in isCompressed() 870 return IsCompressed(getFormat(target, level)); in isCompressed()
|
D | Framebuffer.cpp | 257 if(IsCompressed(format) || in completeness()
|
D | utilities.cpp | 219 bool IsCompressed(GLenum format) in IsCompressed() function
|
/external/mesa3d/src/amd/addrlib/core/ |
D | addrelemlib.h | 239 static BOOL_32 IsCompressed(AddrFormat format);
|
D | addrelemlib.cpp | 1634 BOOL_32 AddrElemLib::IsCompressed( in IsCompressed() function in AddrElemLib
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | utilities.h | 45 bool IsCompressed(GLenum format, GLint clientVersion);
|
D | Texture.cpp | 439 if(IsCompressed(image->getFormat(), egl::getClientVersion())) in subImage() 885 return IsCompressed(getFormat(target, level), egl::getClientVersion()); in isCompressed() 1250 return IsCompressed(getFormat(target, level), egl::getClientVersion()); in isCompressed() 1808 return IsCompressed(getFormat(target, level), egl::getClientVersion()); in isCompressed()
|
D | utilities.cpp | 468 bool IsCompressed(GLenum format, GLint clientVersion) in IsCompressed() function
|
/external/google-breakpad/src/processor/testdata/symbols/kernel32.pdb/BCE8785C57B44245A669896B6A19B9542/ |
D | kernel32.sym | 1571 PUBLIC 801f9 4 IsCompressed
|