HomeSort by relevance Sort by last modified time
    Searched defs:IsCompressed (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
renderer11_utils.cpp 573 bool IsCompressed(DXGI_FORMAT format)
  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/
utilities.cpp 244 bool IsCompressed(GLenum format)
284 void MakeValidSize(bool isImage, bool isCompressed, GLsizei *requestWidth, GLsizei *requestHeight, int *levelOffset)
288 if (isCompressed)
  /external/lzma/CPP/Windows/
FileFind.h 22 inline bool IsCompressed(DWORD attrib) { return (attrib & FILE_ATTRIBUTE_COMPRESSED) != 0; }
48 bool IsCompressed() const { return MatchesMask(FILE_ATTRIBUTE_COMPRESSED); }

Completed in 72 milliseconds