Home
last modified time | relevance | path

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

/cts/tests/openglperf2/jni/graphics/
DTransformationNode.cpp27 mSavedModelMatrix.loadWith(model); in before()
35 model.loadWith(mSavedModelMatrix); in after()
DMatrix.h28 void loadWith(const Matrix& src);
DMatrix.cpp28 loadWith(src); in Matrix()
50 void Matrix::loadWith(const Matrix& src) { in loadWith() function in Matrix
/cts/tests/openglperf2/test/
DMatrixTest.cpp76 m2.loadWith(m1); in TEST()