Searched refs:ArrayBuffer (Results 1 - 25 of 37) sorted by relevance

12

/external/deqp/framework/delibs/decpp/
H A DdeArrayBuffer.hpp48 class ArrayBuffer
53 ArrayBuffer (void) throw();
54 ArrayBuffer (size_t numElements);
55 ArrayBuffer (const T* ptr, size_t numElements);
56 ArrayBuffer (const ArrayBuffer& other);
57 ~ArrayBuffer (void) throw();
58 ArrayBuffer& operator= (const ArrayBuffer& other);
62 void swap (ArrayBuffer
77 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (void) throw() function in class:de::ArrayBuffer
84 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (size_t numElements) function in class:de::ArrayBuffer
103 ArrayBuffer<T,Alignment,Stride>::ArrayBuffer (const T* ptr, size_t numElements) function in class:de::ArrayBuffer
130 ArrayBuffer(const ArrayBuffer<T,Alignment,Stride>& other) argument
[all...]
H A DdeArrayBuffer.cpp71 de::ArrayBuffer<int> buf;
78 de::ArrayBuffer<int> buf(4);
85 de::ArrayBuffer<int> originalBuf(4);
91 de::ArrayBuffer<int> targetBuf(originalBuf);
106 de::ArrayBuffer<int> originalBuf(4);
112 de::ArrayBuffer<int> targetBuf(1);
129 de::ArrayBuffer<int> buf(4);
137 de::ArrayBuffer<int> buf(4);
145 de::ArrayBuffer<int> buf(4);
171 de::ArrayBuffer<in
[all...]
/external/v8/src/extensions/
H A Dfree-buffer-extension.cc22 v8::Local<v8::ArrayBuffer> arrayBuffer = args[0].As<v8::ArrayBuffer>();
23 v8::ArrayBuffer::Contents contents = arrayBuffer->Externalize();
/external/pdfium/fxjs/
H A Dcfxjse_isolatetracker.cpp18 std::unique_ptr<v8::ArrayBuffer::Allocator> alloc) {
H A Dcfxjse_isolatetracker.h63 std::unique_ptr<v8::ArrayBuffer::Allocator> alloc);
71 std::map<v8::Isolate*, std::unique_ptr<v8::ArrayBuffer::Allocator>>
H A Dcfxjse_runtimedata.cpp18 class FXJSE_ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
59 std::unique_ptr<v8::ArrayBuffer::Allocator> allocator(
H A Dfxjs_v8.h113 class FXJS_ArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
/external/libmojo/mojo/edk/js/
H A Ddrain_data.cc85 // Create a total_bytes length ArrayBuffer return value.
87 v8::Handle<v8::ArrayBuffer> array_buffer =
88 v8::ArrayBuffer::New(isolate_, total_bytes);
89 gin::ArrayBuffer buffer;
93 // Copy the data_buffers into the ArrayBuffer.
H A Dcore.cc168 v8::Handle<v8::ArrayBuffer> array_buffer =
169 v8::ArrayBuffer::New(args.isolate(), num_bytes);
172 gin::ArrayBuffer buffer;
258 v8::Handle<v8::ArrayBuffer> array_buffer =
259 v8::ArrayBuffer::New(args.isolate(), num_bytes);
260 gin::ArrayBuffer buffer;
/external/libmojo/mojo/public/js/
H A Dbuffer.js8 var endianArrayBuffer = new ArrayBuffer(2);
18 if (sizeOrArrayBuffer instanceof ArrayBuffer)
21 this.arrayBuffer = new ArrayBuffer(sizeOrArrayBuffer);
46 var newArrayBuffer = new ArrayBuffer(size);
/external/v8/samples/
H A Dhello-world.cc25 v8::ArrayBuffer::Allocator::NewDefaultAllocator();
H A Dprocess.cc693 v8::ArrayBuffer::Allocator::NewDefaultAllocator();
/external/v8/src/js/
H A Darraybuffer.js14 var GlobalArrayBuffer = global.ArrayBuffer;
32 'ArrayBuffer.prototype.slice', this);
62 'ArrayBuffer.prototype.slice', result);
/external/deqp/framework/common/
H A DtcuSurface.hpp67 de::ArrayBuffer<deUint32> m_pixels;
H A DtcuTexture.hpp432 de::ArrayBuffer<deUint8> m_data;
625 typedef de::ArrayBuffer<deUint8> LevelData;
816 typedef de::ArrayBuffer<deUint8> LevelData;
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp75 using de::ArrayBuffer;
818 vector<ArrayBuffer<deUint8> >& levels,
835 ArrayBuffer<deUint8>& level = levels[levelNdx];
871 vector<ArrayBuffer<deUint8> >& levels,
974 vector<ArrayBuffer<deUint8> >& levels,
1004 void copyImageData (vector<ArrayBuffer<deUint8> >& dstImageData,
1009 const vector<ArrayBuffer<deUint8> >& srcImageData,
1016 const ArrayBuffer<deUint8>& srcLevelData = srcImageData[srcLevel];
1017 ArrayBuffer<deUint8>& dstLevelData = dstImageData[dstLevel];
1055 vector<tcu::ConstPixelBufferAccess> getLevelAccesses (const vector<ArrayBuffer<deUint
[all...]
/external/deqp/framework/opengl/
H A DgluTexture.hpp284 de::ArrayBuffer<deUint8>& getRefBuffer (void) { return m_refBuffer; }
285 const de::ArrayBuffer<deUint8>& getRefBuffer (void) const { return m_refBuffer; }
303 de::ArrayBuffer<deUint8> m_refBuffer;
/external/v8/src/
H A Dd8.h167 void WriteArrayBufferContents(const ArrayBuffer::Contents& contents);
178 void ReadArrayBufferContents(ArrayBuffer::Contents* contents,
192 i::List<ArrayBuffer::Contents> array_buffer_contents_;
431 static ArrayBuffer::Allocator* array_buffer_allocator;
H A Dd8.cc66 class ShellArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
77 class MockArrayBufferAllocator : public v8::ArrayBuffer::Allocator {
358 ArrayBuffer::Allocator* Shell::array_buffer_allocator;
1126 "Transfer array elements must be an ArrayBuffer or "
1685 Global<ArrayBuffer> handle;
1720 Local<v8::ArrayBuffer> buffer = ArrayBuffer::New(isolate, data->data, length);
2021 // Any ArrayBuffer::Contents are owned by this SerializationData object if
2026 ArrayBuffer::Contents& contents = array_buffer_contents_[i];
2047 const ArrayBuffer
[all...]
H A Dapi.h85 V(ArrayBuffer, JSArrayBuffer) \
153 static inline Local<ArrayBuffer> ToLocal(
305 MAKE_TO_LOCAL(ToLocal, JSArrayBuffer, ArrayBuffer)
H A Disolate.h1139 void set_array_buffer_allocator(v8::ArrayBuffer::Allocator* allocator) {
1142 v8::ArrayBuffer::Allocator* array_buffer_allocator() const {
1439 v8::ArrayBuffer::Allocator* array_buffer_allocator_;
/external/v8/tools/
H A Dparser-shell.cc162 v8::ArrayBuffer::Allocator::NewDefaultAllocator();
/external/v8/src/wasm/
H A Dwasm-js.cc58 Local<ArrayBuffer> buffer = Local<ArrayBuffer>::Cast(source);
59 ArrayBuffer::Contents contents = buffer->GetContents();
65 thrower->CompileError("ArrayBuffer argument is empty");
70 Local<ArrayBuffer> buffer = array->Buffer();
72 ArrayBuffer::Contents contents = buffer->GetContents();
79 thrower->TypeError("ArrayBuffer argument is empty");
82 thrower->TypeError("Argument 0 must be an ArrayBuffer or Uint8Array");
/external/v8/include/
H A Dv8.h68 class ArrayBuffer;
1759 * Marks an ArrayBuffer as havings its contents transferred out of band.
1764 Local<ArrayBuffer> array_buffer);
1833 Local<ArrayBuffer> array_buffer);
1837 * transfer_id exists in the same namespace as unshared ArrayBuffer objects.
2075 * Returns true if this value is an ArrayBuffer.
3928 * An instance of the built-in ArrayBuffer constructor (ES6 draft 15.13.5).
3931 class V8_EXPORT ArrayBuffer : public Object { class in namespace:v8
3934 * A thread-safe allocator that V8 uses to allocate |ArrayBuffer|'s memory.
3940 * |ArrayBuffer|
[all...]
/external/protobuf/js/binary/
H A Dutils.js958 if (data.constructor === ArrayBuffer) {
959 data = /** @type {!ArrayBuffer} */(data);

Completed in 481 milliseconds

12