Home
last modified time | relevance | path

Searched refs:readBigEndianShort (Results 1 – 1 of 1) sorted by relevance

/external/deqp/framework/common/
DtcuImageIO.cpp213 static inline deUint16 readBigEndianShort (tcu::Resource* resource) in readBigEndianShort() function
240 deUint16 type = readBigEndianShort(resource.get()); in loadPKM()
244 deUint16 width = readBigEndianShort(resource.get()); in loadPKM()
245 deUint16 height = readBigEndianShort(resource.get()); in loadPKM()
246 deUint16 activeWidth = readBigEndianShort(resource.get()); in loadPKM()
247 deUint16 activeHeight = readBigEndianShort(resource.get()); in loadPKM()