Home
last modified time | relevance | path

Searched refs:setUint32 (Results 1 – 6 of 6) sorted by relevance

/external/libmojo/mojo/public/js/
Dbuffer.js112 Buffer.prototype.setUint32 = function(offset, value) { method in Buffer
113 this.dataView.setUint32(offset, value, kHostIsLittleEndian);
Dvalidation_unittests.js74 expectedData.setUint32(3, 65536);
106 expectedData.setUint32(0, 14);
Dcodec.js263 this.buffer.setUint32(this.next, val);
/external/libmojo/mojo/edk/js/tests/
Djs_to_cpp_tests.js147 message.buffer.dataView.setUint32(offset, 0x100000000 - delta, true);
148 message.buffer.dataView.setUint32(offset + 4, 0xffffffff, true);
/external/libmojo/mojo/public/js/test/
Dvalidation_test_input_parser.js166 this.buffer.setUint32(this.index, n);
228 this.buffer.setUint32(dist.index, n);
/external/vulkan-validation-layers/include/vulkan/
Dvulkan.hpp3241 ClearColorValue& setUint32( std::array<uint32_t,4> uint32_ ) in setUint32() function