Home
last modified time | relevance | path

Searched refs:WasZeroInitialized (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/d3d12allocator/src/
DD3D12MemAlloc.h871 BOOL WasZeroInitialized() const { return m_PackedData.WasZeroInitialized(); } in WasZeroInitialized() function
924 BOOL WasZeroInitialized() const { return (BOOL)m_WasZeroInitialized; } in WasZeroInitialized() function
DTests.cpp1111 const bool shouldBeZero = buf.allocation->WasZeroInitialized() != FALSE; in TestZeroInitialized()
1155 CHECK_BOOL( bufDefault.allocation->WasZeroInitialized() ); in TestZeroInitialized()