Searched refs:grTag (Results 1 – 1 of 1) sorted by relevance
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/ |
H A D | skia_gpu_context.cpp | 241 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in PurgeUnlockedResourcesByTag() local 242 grContext_->purgeUnlockedResourcesByTag(scratchResourcesOnly, grTag); in PurgeUnlockedResourcesByTag() 279 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in ReleaseByTag() local 280 grContext_->releaseByTag(grTag); in ReleaseByTag() 308 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in DumpMemoryStatisticsByTag() local 309 grContext_->dumpMemoryStatisticsByTag(skTraceMemoryDump, grTag); in DumpMemoryStatisticsByTag() 337 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in SetCurrentGpuResourceTag() local 338 grContext_->setCurrentGrResourceTag(grTag); in SetCurrentGpuResourceTag()
|