Home
last modified time | relevance | path

Searched refs:getUint8 (Results 1 – 20 of 20) sorted by relevance

/external/libchrome/mojo/public/js/lib/
Dbuffer.js58 Buffer.prototype.getUint8 = function(offset) { method in Buffer
59 return this.dataView.getUint8(offset);
Dcodec.js64 var result = this.buffer.getUint8(this.next);
/external/deqp/modules/gles2/functional/
Des2fDebugMarkerTests.cpp90 dst[ndx] = (char)rnd.getUint8(); in getComplexRndString()
/external/deqp/framework/delibs/decpp/
DdeRandom.hpp55 deUint8 getUint8 (void) { return (deUint8)deRandom_getUint32(&m_rnd); } in getUint8() function in de::Random
/external/flatbuffers/dart/test/
Dflat_buffers_test.dart165 expect(byteData.getUint8(4), 65); // 'a'
166 expect(byteData.getUint8(5), 122); // 'z'
167 expect(byteData.getUint8(6), 126); // '~'
168 expect(byteData.getUint8(7), 255); // 'ÿ'
/external/deqp/modules/egl/
DteglBufferAgeTests.cpp183 const GLubyte r = rnd.getUint8(); in generateRandomFrame()
184 const GLubyte g = rnd.getUint8(); in generateRandomFrame()
185 const GLubyte b = rnd.getUint8(); in generateRandomFrame()
DteglSwapBuffersWithDamageTests.cpp645 const GLubyte r = rnd.getUint8(); in generateFrameSequence()
646 const GLubyte g = rnd.getUint8(); in generateFrameSequence()
647 const GLubyte b = rnd.getUint8(); in generateFrameSequence()
DteglPartialUpdateTests.cpp170 const GLubyte r = rnd.getUint8(); in generateRandomFrame()
171 const GLubyte g = rnd.getUint8(); in generateRandomFrame()
172 const GLubyte b = rnd.getUint8(); in generateRandomFrame()
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryPipelineBarrierTests.cpp1353 ptr[pos] = m_readData[pos] ^ rng.getUint8(); in execute()
1360 const deUint8 mask = rng.getUint8(); in execute()
1389 ptr[pos] = rng.getUint8(); in execute()
1406 const deUint8 mask = rng.getUint8(); in verify()
1455 const deUint8 value = rng.getUint8(); in verify()
2223 data[ndx] = rng.getUint8(); in submit()
2242 data[ndx] = rng.getUint8(); in verify()
2417 data[ndx] = rng.getUint8(); in prepare()
2449 reference.set(ndx, rng.getUint8()); in verify()
2843 data[ndx] = rng.getUint8(); in prepare()
[all …]
DvktMemoryMappingTests.cpp677 const deUint8 val = rng.getUint8(); in testMemoryMapping()
804 const deUint8 val = rng.getUint8(); in randomWrite()
819 const deUint8 mask = rng.getUint8(); in randomModify()
/external/flatbuffers/tests/
DJavaScriptTest.js353 case 2: assert.strictEqual(view.getUint8(field_offset), uchar_val); break;
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmWorkgroupMemoryTests.cpp597 inputData.push_back(rnd.getUint8()); in addComputeWorkgroupMemoryTests()
DvktSpvAsmUtils.cpp362 data.push_back(static_cast<deInt8>(rnd.getUint8())); in getInt8s()
DvktSpvAsmTypeTests.cpp2330 input.push_back(static_cast<deInt8>(m_rnd.getUint8())); in getDataset()
2533 input.push_back(m_rnd.getUint8()); in getDataset()
/external/v8/src/builtins/
Ddata-view.tq18 return 'DataView.prototype.getUint8';
/external/deqp/modules/gles31/functional/
Des31fCopyImageTests.cpp727 const deUint8 val = rng.getUint8(); in genTexel()
737 const deUint8 val = rng.getUint8(); in genTexel()
Des31fTextureBorderClampTests.cpp205 ((deUint8*)dst.getData())[ndx] = rnd.getUint8(); in generateDummyCompressedData()
/external/flatbuffers/dart/lib/
Dflat_buffers.dart72 int _getUint8(int offset) => _buffer.getUint8(offset);
/external/deqp/external/vulkancts/modules/vulkan/ycbcr/
DvktYCbCrUtil.cpp252 planePtr[ndx] = randomGen->getUint8(); in fillRandom()
/external/deqp/external/vulkancts/modules/vulkan/api/
DvktApiExternalMemoryTests.cpp168 data[ndx] = rng.getUint8(); in genTestData()