/aosp_15_r20/external/skia/src/gpu/ganesh/mock/ |
H A D | GrMockGpu.cpp | 28 static std::atomic<int> nextID{1}; in NextInternalTextureID() local 39 static std::atomic<int> nextID{-1}; in NextExternalTextureID() local 46 static std::atomic<int> nextID{SK_MaxS32}; in NextInternalRenderTargetID() local 53 static std::atomic<int> nextID{SK_MinS32}; in NextExternalRenderTargetID() local
|
/aosp_15_r20/external/skia/src/gpu/ganesh/ |
H A D | GrResourceAllocator.cpp | 31 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local 40 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local
|
H A D | GrMemoryPool.cpp | 89 static std::atomic<int> nextID{1}; in allocate() local
|
H A D | GrGpuResource.cpp | 211 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local
|
H A D | GrContextThreadSafeProxy.cpp | 24 static std::atomic<uint32_t> nextID{1}; in next_id() local
|
H A D | GrRenderTask.cpp | 26 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local
|
/aosp_15_r20/external/skia/src/gpu/graphite/ |
H A D | Renderer.cpp | 13 static std::atomic<uint32_t> nextID{0}; in next_id() local
|
H A D | Resource.cpp | 17 static std::atomic<uint32_t> nextID{1}; in create_unique_id() local
|
/aosp_15_r20/external/armnn/src/armnn/ |
H A D | AsyncExecutionCallback.cpp | 14 InferenceId AsyncExecutionCallback::nextID = 0u; member in armnn::experimental::AsyncExecutionCallback
|
H A D | AsyncExecutionCallback.hpp | 28 static InferenceId nextID; member in armnn::experimental::AsyncExecutionCallback
|
/aosp_15_r20/prebuilts/go/linux-x86/src/go/types/ |
D | context.go | 47 nextID int // next unique ID member
|
D | typeparam.go | 19 func nextID() uint64 { return uint64(lastID.Add(1)) } func
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/ |
D | context.go | 44 nextID int // next unique ID member
|
D | typeparam.go | 16 func nextID() uint64 { return uint64(lastID.Add(1)) } func
|
/aosp_15_r20/external/skia/src/core/ |
H A D | SkDrawable.cpp | 23 static std::atomic<int32_t> nextID{1}; in next_generation_id() local
|
H A D | SkTypefaceCache.cpp | 70 static std::atomic<int32_t> nextID{1}; in NewTypefaceID() local
|
H A D | SkPixelRef.cpp | 21 static std::atomic<uint32_t> nextID{2}; in ImageID() local
|
H A D | SkImageFilter.cpp | 139 static std::atomic<int32_t> nextID{1}; in next_image_filter_unique_id() local
|
H A D | SkVertices.cpp | 24 static std::atomic<uint32_t> nextID{1}; in next_id() local
|
/aosp_15_r20/frameworks/native/libs/renderengine/skia/debug/ |
H A D | SkiaCapture.cpp | 132 static std::atomic<uint64_t> nextID{1}; in endOffscreenCapture() local
|
/aosp_15_r20/external/skia/src/image/ |
H A D | SkSurface_Base.cpp | 129 static std::atomic<uint32_t> nextID{1}; in newGenerationID() local
|
/aosp_15_r20/external/swiftshader/src/Vulkan/Debug/ |
H A D | Variable.hpp | 80 static std::atomic<int> nextID; member in vk::dbg::Variables
|
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/layout/ |
H A D | ClassTable.java | 180 int nextID = startID; in writeClassTable() local
|
/aosp_15_r20/external/swiftshader/src/Vulkan/ |
H A D | VkDevice.hpp | 155 uint32_t nextID = 0; member in vk::Device::SamplerIndexer
|
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/cache/ |
D | prog.go | 56 nextID int64 member
|