Searched refs:fWid (Results 1 - 4 of 4) sorted by relevance
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/include/image/ |
H A D | gpu_context.h | 48 : fPid(0), fTid(0), fWid(0), fFid(0) {} in GPUResourceTag() 50 : fPid(pid), fTid(tid), fWid(wid), fFid(fid), fName(name) {} in GPUResourceTag() 53 uint32_t fWid; member
|
/foundation/graphic/graphic_2d/rosen/test/2d_graphics/fuzztest/image/gpucontext_fuzzer/ |
H A D | gpucontext_fuzzer.cpp | 109 uint32_t fWid = GetObject<uint32_t>();
in GPUContextFuzzTest002() local 111 GPUResourceTag tag(fPid, fTid, fWid, fFid, str);
in GPUContextFuzzTest002() 154 uint32_t fWid = 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 D | skia_gpu_context.cpp | 240 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 D | rs_memory_manager.cpp | 97 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