Searched refs:setUint32 (Results 1 – 6 of 6) sorted by relevance
/external/libmojo/mojo/public/js/ |
D | buffer.js | 112 Buffer.prototype.setUint32 = function(offset, value) { method in Buffer 113 this.dataView.setUint32(offset, value, kHostIsLittleEndian);
|
D | validation_unittests.js | 74 expectedData.setUint32(3, 65536); 106 expectedData.setUint32(0, 14);
|
D | codec.js | 263 this.buffer.setUint32(this.next, val);
|
/external/libmojo/mojo/edk/js/tests/ |
D | js_to_cpp_tests.js | 147 message.buffer.dataView.setUint32(offset, 0x100000000 - delta, true); 148 message.buffer.dataView.setUint32(offset + 4, 0xffffffff, true);
|
/external/libmojo/mojo/public/js/test/ |
D | validation_test_input_parser.js | 166 this.buffer.setUint32(this.index, n); 228 this.buffer.setUint32(dist.index, n);
|
/external/vulkan-validation-layers/include/vulkan/ |
D | vulkan.hpp | 3241 ClearColorValue& setUint32( std::array<uint32_t,4> uint32_ ) in setUint32() function
|