Searched refs:loadMatrix (Results 1 – 3 of 3) sorted by relevance
334 mState.gles1().loadMatrix(angle::Mat4()); in loadIdentity()339 mState.gles1().loadMatrix(angle::Mat4(m)); in loadMatrixf()344 mState.gles1().loadMatrix(FixedMatrixToMat4(m)); in loadMatrixx()
184 void loadMatrix(const angle::Mat4 &m);
324 void GLES1State::loadMatrix(const angle::Mat4 &m) in loadMatrix() function in gl::GLES1State