HomeSort by relevance Sort by last modified time
    Searched refs:TestMatrix (Results 1 - 6 of 6) sorted by null

  /external/skia/include/gpu/
GrEffectUnitTest.h 27 const SkMatrix& TestMatrix(SkRandom*);
  /external/skia/src/gpu/
GrEffect.cpp 24 const SkMatrix& TestMatrix(SkRandom* random) {
  /external/skia/src/gpu/effects/
GrSimpleTextureEffect.cpp 75 const SkMatrix& matrix = GrEffectUnitTest::TestMatrix(random);
GrTextureDomainEffect.cpp 200 const SkMatrix& matrix = GrEffectUnitTest::TestMatrix(random);
GrConfigConversionEffect.cpp 148 GrEffectUnitTest::TestMatrix(random))));
  /external/skia/tests/
MatrixTest.cpp 348 static void TestMatrix(skiatest::Reporter* reporter) {
471 DEFINE_TESTCLASS("Matrix", MatrixTestClass, TestMatrix)

Completed in 127 milliseconds