Searched refs: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() argument183 if (!isGPU) { in write_should_succeed()392 bool isGPU = SkToBool(surface->getCanvas()->recordingContext()); in test_write_pixels() local410 write_should_succeed(surfaceInfo, bmp.info(), isGPU); in test_write_pixels()
179 bool write_should_succeed(const SkImageInfo& dstInfo, const SkImageInfo& srcInfo, bool isGPU) { in write_should_succeed() argument183 if (!isGPU) { in write_should_succeed()392 bool isGPU = SkToBool(surface->getCanvas()->getGrContext()); in test_write_pixels() local410 write_should_succeed(surfaceInfo, bmp.info(), isGPU); in test_write_pixels()
856 const isGPU = subsurface.reportBackendTypeIsGPU(); // $ExpectType boolean constant