Searched refs:MatrixRegisterCount (Results 1 – 4 of 4) sorted by relevance
57 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo()98 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset()
311 const int numRegisters = gl::MatrixRegisterCount(type, isRowMajorMatrix); in getBlockLayoutInfo()349 checkedOffset *= gl::MatrixRegisterCount(type, isRowMajorMatrix); in advanceOffset()
50 int MatrixRegisterCount(GLenum type, bool isRowMajorMatrix);
654 int MatrixRegisterCount(GLenum type, bool isRowMajorMatrix) in MatrixRegisterCount() function