Home
last modified time | relevance | path

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

/external/skia/tools/skiaserve/
DRequest.cpp138 SkSurface* Request::createCPUSurface() { in createCPUSurface() function in Request
191 fSurface.reset(this->createCPUSurface()); in enableGPU()
248 sk_sp<SkSurface> surface(this->createCPUSurface()); in getJsonInfo()
DRequest.h68 SkSurface* createCPUSurface();
/external/skqp/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();