Home
last modified time | relevance | path

Searched refs:createCPUSurface (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/tools/skiaserve/
DRequest.cpp143 SkSurface* Request::createCPUSurface() { in createCPUSurface() function in Request
196 fSurface.reset(this->createCPUSurface()); in enableGPU()
253 sk_sp<SkSurface> surface(this->createCPUSurface()); in getJsonInfo()
DRequest.h68 SkSurface* createCPUSurface();
/third_party/flutter/skia/tools/skiaserve/
DRequest.cpp136 SkSurface* Request::createCPUSurface() { in createCPUSurface() function in Request
189 fSurface.reset(this->createCPUSurface()); in enableGPU()
246 sk_sp<SkSurface> surface(this->createCPUSurface()); in getJsonInfo()
DRequest.h68 SkSurface* createCPUSurface();