/third_party/skia/src/gpu/mock/ |
D | GrMockGpu.cpp | 20 static std::atomic<int> nextID{1}; in NextInternalTextureID() local 31 static std::atomic<int> nextID{-1}; in NextExternalTextureID() local 38 static std::atomic<int> nextID{SK_MaxS32}; in NextInternalRenderTargetID() local 45 static std::atomic<int> nextID{SK_MinS32}; in NextExternalRenderTargetID() local
|
/third_party/node/test/parallel/ |
D | test-http2-no-more-streams.js | 19 const nextID = 2 ** 31 - 1; constant
|
/third_party/skia/src/gpu/ |
D | GrResourceAllocator.cpp | 22 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local 31 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local
|
D | GrMemoryPool.cpp | 83 static std::atomic<int> nextID{1}; in allocate() local
|
D | GrContextThreadSafeProxy.cpp | 26 static std::atomic<int32_t> nextID{1}; in next_id() local
|
D | GrGpuResource.cpp | 228 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local
|
D | GrRenderTask.cpp | 16 static std::atomic<uint32_t> nextID{1}; in CreateUniqueID() local
|
D | GrDirectContext.cpp | 73 static std::atomic<uint32_t> nextID{1}; in Next() local
|
/third_party/skia/src/core/ |
D | SkDrawable.cpp | 13 static std::atomic<int32_t> nextID{1}; in next_generation_id() local
|
D | SkTypefaceCache.cpp | 61 static std::atomic<int32_t> nextID{1}; in NewFontID() local
|
D | SkPixelRef.cpp | 19 static std::atomic<uint32_t> nextID{2}; in ImageID() local
|
D | SkVertices.cpp | 23 static std::atomic<int32_t> nextID{1}; in next_id() local
|
D | SkPicture.cpp | 39 static std::atomic<uint32_t> nextID{1}; in SkPicture() local
|
D | SkPathRef.cpp | 480 static std::atomic<uint32_t> nextID{kEmptyGenID + 1}; in genID() local
|
D | SkImageFilter.cpp | 144 static std::atomic<int32_t> nextID{1}; in next_image_filter_unique_id() local
|
D | SkClipStack.cpp | 938 static std::atomic<uint32_t> nextID{kFirstUnreservedGenID}; in GetNextGenID() local
|
D | SkTextBlob.cpp | 140 static std::atomic<int32_t> nextID{1}; in next_id() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/Debug/ |
D | Variable.hpp | 80 static std::atomic<int> nextID; member in vk::dbg::Variables
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/layout/ |
D | ClassTable.java | 180 int nextID = startID; in writeClassTable() local
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
D | VkDevice.hpp | 157 uint32_t nextID = 0; member in vk::Device::SamplerIndexer
|
/third_party/skia/src/image/ |
D | SkSurface.cpp | 158 static std::atomic<uint32_t> nextID{1}; in newGenerationID() local
|
/third_party/skia/src/gpu/v1/ |
D | ClipStack.cpp | 192 static std::atomic<uint32_t> nextID{kFirstUnreservedGenID}; in next_gen_id() local
|