Home
last modified time | relevance | path

Searched refs:isGPU (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/tests/
DWritePixelsTest.cpp179 bool write_should_succeed(const SkImageInfo& dstInfo, const SkImageInfo& srcInfo, bool isGPU) { in write_should_succeed() argument
183 if (!isGPU) { in write_should_succeed()
392 bool isGPU = SkToBool(surface->getCanvas()->recordingContext()); in test_write_pixels() local
410 write_should_succeed(surfaceInfo, bmp.info(), isGPU); in test_write_pixels()
/third_party/flutter/skia/tests/
DWritePixelsTest.cpp179 bool write_should_succeed(const SkImageInfo& dstInfo, const SkImageInfo& srcInfo, bool isGPU) { in write_should_succeed() argument
183 if (!isGPU) { in write_should_succeed()
392 bool isGPU = SkToBool(surface->getCanvas()->getGrContext()); in test_write_pixels() local
410 write_should_succeed(surfaceInfo, bmp.info(), isGPU); in test_write_pixels()
/third_party/skia/modules/canvaskit/npm_build/types/
Dcanvaskit-wasm-tests.ts856 const isGPU = subsurface.reportBackendTypeIsGPU(); // $ExpectType boolean constant