Home
last modified time | relevance | path

Searched refs:fTid (Results 1 - 4 of 4) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/
H A Dgpu_context.h48 : fPid(0), fTid(0), fWid(0), fFid(0) {} in GPUResourceTag()
50 : fPid(pid), fTid(tid), fWid(wid), fFid(fid), fName(name) {} in GPUResourceTag()
52 uint32_t fTid; member
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/gpucontext_fuzzer/
H A Dgpucontext_fuzzer.cpp108 uint32_t fTid = GetObject<uint32_t>(); in GPUContextFuzzTest002() local
111 GPUResourceTag tag(fPid, fTid, fWid, fFid, str); in GPUContextFuzzTest002()
153 uint32_t fTid = GetObject<uint32_t>(); in GPUContextFuzzTest003() local
156 GPUResourceTag tag(fPid, fTid, fWid, fFid, str); in GPUContextFuzzTest003()
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_gpu_context.cpp240 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in PurgeUnlockedResourcesByTag()
278 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in ReleaseByTag()
307 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in DumpMemoryStatisticsByTag()
336 GrGpuResourceTag grTag(tag.fPid, tag.fTid, tag.fWid, tag.fFid, tag.fName); in SetCurrentGpuResourceTag()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/memory/
H A Drs_memory_manager.cpp97 tag.fPid, tag.fTid, tag.fWid, tag.fFid); in ReleaseAllGpuResource()
118 tag.fPid, tag.fTid, tag.fWid, tag.fFid); in ReleaseUnlockGpuResource()

Completed in 4 milliseconds