Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/math/
Dm_matrix.c1161 #define MASK_IDENTITY ( ONE(0) | ZERO(4) | ZERO(8) | ZERO(12) |\ macro
1226 if (mask == (GLuint) MASK_IDENTITY) { in analyse_from_scratch()