Home
last modified time | relevance | path

Searched defs:getGpu (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/
DGrDirectContextPriv.h87 GrGpu* getGpu() { return this->context()->fGpu.get(); } in getGpu() function
88 const GrGpu* getGpu() const { return this->context()->fGpu.get(); } in getGpu() function
DGrGpuResource.h326 GrGpu* getGpu() const { return fGpu; } in getGpu() function