Home | History | Annotate | Download | only in functional

Lines Matching refs:LAYOUT_ROW_MAJOR

82 		{ LAYOUT_ROW_MAJOR,		"row_major"		},
381 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
422 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
452 const deUint32 matrixMask = LAYOUT_ROW_MAJOR|LAYOUT_COLUMN_MAJOR;
497 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
546 const bool isRowMajor = !!(layoutFlags & LAYOUT_ROW_MAJOR);
632 const bool isRowMajor = !!(combinedFlags & LAYOUT_ROW_MAJOR);