HomeSort by relevance Sort by last modified time
    Searched full:array_buffer (Results 1 - 25 of 25) sorted by null

  /external/v8/src/runtime/
runtime-futex.cc 32 Handle<JSArrayBuffer> array_buffer = sta->GetBuffer(); local
35 return FutexEmulation::Wait(isolate, array_buffer, addr, value, timeout);
49 Handle<JSArrayBuffer> array_buffer = sta->GetBuffer(); local
52 return FutexEmulation::Wake(isolate, array_buffer, addr, count);
69 Handle<JSArrayBuffer> array_buffer = sta->GetBuffer(); local
73 return FutexEmulation::WakeOrRequeue(isolate, array_buffer, addr1, count,
87 Handle<JSArrayBuffer> array_buffer = sta->GetBuffer(); local
90 return FutexEmulation::NumWaitersForTesting(isolate, array_buffer, addr);
runtime-typedarray.cc 60 CONVERT_ARG_HANDLE_CHECKED(JSArrayBuffer, array_buffer, 0);
61 if (array_buffer->backing_store() == NULL) {
62 CHECK(Smi::FromInt(0) == array_buffer->byte_length());
66 CHECK(!array_buffer->is_shared());
67 DCHECK(!array_buffer->is_external());
68 void* backing_store = array_buffer->backing_store();
69 size_t byte_length = NumberToSize(isolate, array_buffer->byte_length());
70 array_buffer->set_is_external(true);
71 isolate->heap()->UnregisterArrayBuffer(*array_buffer);
72 array_buffer->Neuter()
    [all...]
  /external/v8/src/
futex-emulation.cc 76 Handle<JSArrayBuffer> array_buffer, size_t addr,
78 DCHECK(addr < NumberToSize(isolate, array_buffer->byte_length()));
80 void* backing_store = array_buffer->backing_store();
192 Handle<JSArrayBuffer> array_buffer, size_t addr,
194 DCHECK(addr < NumberToSize(isolate, array_buffer->byte_length()));
197 void* backing_store = array_buffer->backing_store();
217 Handle<JSArrayBuffer> array_buffer,
220 DCHECK(addr < NumberToSize(isolate, array_buffer->byte_length()));
221 DCHECK(addr2 < NumberToSize(isolate, array_buffer->byte_length()));
223 void* backing_store = array_buffer->backing_store()
    [all...]
futex-emulation.h 91 // Check that array_buffer[addr] == value, and return kNotEqual if not. If
97 static Object* Wait(Isolate* isolate, Handle<JSArrayBuffer> array_buffer,
103 static Object* Wake(Isolate* isolate, Handle<JSArrayBuffer> array_buffer,
106 // Check that array_buffer[addr] == value, and return kNotEqual if not. If
112 Handle<JSArrayBuffer> array_buffer, size_t addr,
119 Handle<JSArrayBuffer> array_buffer,
d8.cc     [all...]
builtins.cc 3088 Handle<JSArrayBuffer> array_buffer = Handle<JSArrayBuffer>::cast(buffer); local
5984 Node* array_buffer = a->LoadObjectField(tagged, JSTypedArray::kBufferOffset); local
    [all...]
api.cc     [all...]
objects.h     [all...]
  /external/opencv3/modules/cudaarithm/test/
test_opengl.cpp 80 cv::ogl::Buffer buf(size.height, size.width, type, cv::ogl::Buffer::ARRAY_BUFFER, true);
89 cv::ogl::Buffer buf(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true);
100 cv::ogl::Buffer buf(gold, cv::ogl::Buffer::ARRAY_BUFFER, true);
113 cv::ogl::Buffer buf(d_gold, cv::ogl::Buffer::ARRAY_BUFFER);
123 cv::ogl::Buffer buf_gold(size, type, cv::ogl::Buffer::ARRAY_BUFFER, true);
136 buf.create(size.height, size.width, type, cv::ogl::Buffer::ARRAY_BUFFER, true);
148 buf.copyFrom(gold, cv::ogl::Buffer::ARRAY_BUFFER, true);
162 buf.copyFrom(d_gold, cv::ogl::Buffer::ARRAY_BUFFER, true);
173 cv::ogl::Buffer buf_gold(gold, cv::ogl::Buffer::ARRAY_BUFFER, true);
176 buf.copyFrom(buf_gold, cv::ogl::Buffer::ARRAY_BUFFER, true)
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 214 ctx.bindBuffer(ctx.ARRAY_BUFFER, retval.normalObject);
215 ctx.bufferData(ctx.ARRAY_BUFFER, normals, ctx.STATIC_DRAW);
218 ctx.bindBuffer(ctx.ARRAY_BUFFER, retval.texCoordObject);
219 ctx.bufferData(ctx.ARRAY_BUFFER, texCoords, ctx.STATIC_DRAW);
222 ctx.bindBuffer(ctx.ARRAY_BUFFER, retval.vertexObject);
223 ctx.bufferData(ctx.ARRAY_BUFFER, vertices, ctx.STATIC_DRAW);
225 ctx.bindBuffer(ctx.ARRAY_BUFFER, null);
300 ctx.bindBuffer(ctx.ARRAY_BUFFER, retval.normalObject);
301 ctx.bufferData(ctx.ARRAY_BUFFER, new Float32Array(normalData), ctx.STATIC_DRAW);
304 ctx.bindBuffer(ctx.ARRAY_BUFFER, retval.texCoordObject)
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/
ManyPlanetsDeep.html 140 ctx.bindBuffer(ctx.ARRAY_BUFFER, g.sphere.vertexObject);
143 ctx.bindBuffer(ctx.ARRAY_BUFFER, g.sphere.normalObject);
146 ctx.bindBuffer(ctx.ARRAY_BUFFER, g.sphere.texCoordObject);
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 85 ARRAY_BUFFER = 0x8892, //!< The buffer will be used as a source for vertex data
129 Buffer(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
137 Buffer(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
144 explicit Buffer(InputArray arr, Target target = ARRAY_BUFFER, bool autoRelease = false);
154 void create(int arows, int acols, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
162 void create(Size asize, int atype, Target target = ARRAY_BUFFER, bool autoRelease = false);
186 void copyFrom(InputArray arr, Target target = ARRAY_BUFFER, bool autoRelease = false);
189 void copyFrom(InputArray arr, cuda::Stream& stream, Target target = ARRAY_BUFFER, bool autoRelease = false);
206 Buffer clone(Target target = ARRAY_BUFFER, bool autoRelease = false) const;
  /frameworks/native/opengl/libagl/
array.cpp     [all...]
context.h 211 buffer_t const* array_buffer; member in struct:android::gl::array_machine_t
  /external/opencv3/modules/core/src/
opengl.cpp     [all...]
gl_core_3_1.hpp 625 ARRAY_BUFFER = 0x8892,
    [all...]
  /external/deqp/modules/internal/
ditDelibsTests.cpp 188 addChild(new SelfCheckCase(m_testCtx, "array_buffer", "de::ArrayBuffer_selfTest()", de::ArrayBuffer_selfTest));
  /external/deqp/scripts/opengl/
gen_str_util.py 290 "ARRAY_BUFFER",
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 358 ctx.bindBuffer(ctx.ARRAY_BUFFER, tmp);
375 ctx.bindBuffer(ctx.ARRAY_BUFFER, null);
  /external/v8/include/
v8.h     [all...]
  /external/mesa3d/src/mesa/main/
varray.c 245 * to the ARRAY_BUFFER buffer object binding point (see section
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 105 public static final int ARRAY_BUFFER = 0x8892;
    [all...]
  /packages/apps/Browser2/test/webexposed/
global-interface-listing-expected.txt     [all...]
  /prebuilts/android-emulator/linux-x86_64/lib/
libGLES_CM_translator.so 
  /external/mesa3d/src/mapi/glapi/gen/
gl_API.xml     [all...]

Completed in 1182 milliseconds