Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h43 Type() : bytes(0), bytesShift(0), specialInterpretation(0) {} in Type()
47 bytesShift((packedTypeInfo >> 8) & 0xff), in Type()
52 GLuint bytesShift; // Bit shift by this value to effectively divide/multiply by "bytes" in a member