Searched defs:isGPU (Results 1 – 3 of 3) sorted by relevance
179 bool write_should_succeed(const SkImageInfo& dstInfo, const SkImageInfo& srcInfo, bool isGPU) { in write_should_succeed()392 bool isGPU = SkToBool(surface->getCanvas()->recordingContext()); in test_write_pixels() 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
856 const isGPU = subsurface.reportBackendTypeIsGPU(); // $ExpectType boolean constant