HomeSort by relevance Sort by last modified time
    Searched refs:isGPU (Results 1 - 4 of 4) sorted by null

  /external/skia/tests/
WritePixelsTest.cpp 179 bool write_should_succeed(const SkImageInfo& dstInfo, const SkImageInfo& srcInfo, bool isGPU) {
183 if (!isGPU) {
392 bool isGPU = SkToBool(surface->getCanvas()->getGrContext());
411 write_should_succeed(surfaceInfo, bmp.info(), isGPU);
ReadPixelsTest.cpp 373 const SkImageInfo& srcInfo, bool isGPU) {
380 if (!isGPU) {
424 bool isGPU = SkToBool(surface->getCanvas()->getGrContext());
425 auto expectSuccess = read_should_succeed(srcRect, bmp.info(), surfaceInfo, isGPU);
  /external/skqp/tests/
WritePixelsTest.cpp 179 bool write_should_succeed(const SkImageInfo& dstInfo, const SkImageInfo& srcInfo, bool isGPU) {
183 if (!isGPU) {
392 bool isGPU = SkToBool(surface->getCanvas()->getGrContext());
411 write_should_succeed(surfaceInfo, bmp.info(), isGPU);
ReadPixelsTest.cpp 373 const SkImageInfo& srcInfo, bool isGPU) {
380 if (!isGPU) {
424 bool isGPU = SkToBool(surface->getCanvas()->getGrContext());
425 auto expectSuccess = read_should_succeed(srcRect, bmp.info(), surfaceInfo, isGPU);

Completed in 82 milliseconds