Lines Matching defs:get_uint
36 static inline uint32_t get_uint(uint8_t* buffer, uint32_t i) {
66 uint32_t endianness = get_uint(header, 12);
73 uint32_t glType = get_uint(header, 16);
74 SkDEBUGCODE(uint32_t glTypeSize = get_uint(header, 20);)
75 uint32_t glFormat = get_uint(header, 24);
76 uint32_t glInternalFormat = get_uint(header, 28);
77 //uint32_t glBaseInternalFormat = get_uint(header, 32);
78 uint32_t pixelWidth = get_uint(header, 36);
79 uint32_t pixelHeight = get_uint(header, 40);
80 uint32_t pixelDepth = get_uint(header, 44);
81 //uint32_t numberOfArrayElements = get_uint(header, 48);
82 uint32_t numberOfFaces = get_uint(header, 52);
83 int numberOfMipmapLevels = get_uint(header, 56);
84 uint32_t bytesOfKeyValueData = get_uint(header, 60);