HomeSort by relevance Sort by last modified time
    Searched refs:fSwapBytes (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/third_party/ktx/
ktx.h 39 : fData(data), fSwapBytes(false)
129 // (fKeyValuePairs, fPixelData, fSwapBytes)
138 bool fSwapBytes;
141 // bytes if fSwapBytes is set
ktx.cpp 150 if (fSwapBytes) {
212 fSwapBytes = kKTX_ENDIANNESS_CODE != endianness;

Completed in 341 milliseconds