Home
last modified time | relevance | path

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

/external/angle/src/compiler/translator/
Dutil.h57 bool IsMatrixGLType(GLenum type);
Dutil.cpp513 bool IsMatrixGLType(GLenum type) in IsMatrixGLType() function
DBuildSPIRV.cpp214 if (IsMatrixGLType(fieldVar.type)) in Encode()