Home
last modified time | relevance | path

Searched refs:fKeyCounter (Results 1 – 4 of 4) sorted by relevance

/external/skqp/src/gpu/vk/
DGrVkResource.h70 static std::atomic<uint32_t> fKeyCounter; variable
77 fKey = fKeyCounter.fetch_add(+1, std::memory_order_relaxed); in GrVkResource()
DGrVkResourceProvider.cpp23 std::atomic<uint32_t> GrVkResource::fKeyCounter{0};
/external/skia/src/gpu/vk/
DGrVkResource.h70 static std::atomic<uint32_t> fKeyCounter; variable
77 fKey = fKeyCounter.fetch_add(+1, std::memory_order_relaxed); in GrVkResource()
DGrVkResourceProvider.cpp23 std::atomic<uint32_t> GrVkResource::fKeyCounter{0};