OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs: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 61 milliseconds