Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/spirv/
Dspirv_types.h25 BoxedUint32() : mValue{0} {} in BoxedUint32() function
26 explicit BoxedUint32(uint32_t value) : mValue{value} {} in BoxedUint32() function