Home
last modified time | relevance | path

Searched defs:IsPtrAligned (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/common/
DMath.cpp87 bool IsPtrAligned(const void* ptr, size_t alignment) { in IsPtrAligned() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DMathTests.cpp184 TEST(Math, IsPtrAligned) { in TEST() argument