Searched defs:isGPU (Results 1 – 4 of 4) sorted by relevance
373 const SkImageInfo& srcInfo, bool isGPU) { in read_should_succeed()424 bool isGPU = SkToBool(surface->getCanvas()->getGrContext()); in test_readpixels() local
179 bool write_should_succeed(const SkImageInfo& dstInfo, const SkImageInfo& srcInfo, bool isGPU) { in write_should_succeed()392 bool isGPU = SkToBool(surface->getCanvas()->getGrContext()); in test_write_pixels() local