Searched defs:IsMatrixType (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/angle/src/common/
H A Dutilities.cpp275 bool IsMatrixType(GLenum type) function in namespace:gl
282 if (!IsMatrixType(type))
304 ASSERT(IsMatrixType(type));
310 ASSERT(IsMatrixType(type));
316 return IsMatrixType(type) ? VariableColumnCount(type) : 1;

Completed in 102 milliseconds