Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
Dformatutils.h43 Type() : bytes(0), bytesShift(0), specialInterpretation(0) {} in Type()
48 specialInterpretation((packedTypeInfo >> 16) & 1) in Type()
54 bool specialInterpretation; member
Dformatutils.cpp1484 GLuint components = typeInfo.specialInterpretation ? 1u : componentCount; in computePixelBytes()