HomeSort by relevance Sort by last modified time
    Searched full:shaderptr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/skia/tests/
ShaderImageFilterTest.cpp 56 const SkPMColor* shaderPtr = shaderResult.getAddr32(0, y);
57 for (int x = 0; x < r.width(); ++x, ++filterPtr, ++shaderPtr) {
58 REPORTER_ASSERT(reporter, *filterPtr == *shaderPtr);
  /external/skia/tests/
ShaderImageFilterTest.cpp 56 const SkPMColor* shaderPtr = shaderResult.getAddr32(0, y);
57 for (int x = 0; x < r.width(); ++x, ++filterPtr, ++shaderPtr) {
58 REPORTER_ASSERT(reporter, *filterPtr == *shaderPtr);

Completed in 144 milliseconds