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

  /external/autotest/client/deps/webgl_mpd/src/resources/
J3DI.js 228 ctx.bindBuffer(ctx.ELEMENT_ARRAY_BUFFER, retval.indexObject);
229 ctx.bufferData(ctx.ELEMENT_ARRAY_BUFFER, indices, ctx.STATIC_DRAW);
230 ctx.bindBuffer(ctx.ELEMENT_ARRAY_BUFFER, null);
313 ctx.bindBuffer(ctx.ELEMENT_ARRAY_BUFFER, retval.indexObject);
314 ctx.bufferData(ctx.ELEMENT_ARRAY_BUFFER, new Uint16Array(indexData), ctx.STREAM_DRAW);
509 obj.ctx.bindBuffer(obj.ctx.ELEMENT_ARRAY_BUFFER, obj.indexObject);
510 obj.ctx.bufferData(obj.ctx.ELEMENT_ARRAY_BUFFER, new Uint16Array(indexArray), obj.ctx.STREAM_DRAW);
  /external/skia/include/gpu/gl/
GrGLConfig.h 83 * ARARY_BUFFER 0 bound or glDrawElements with ELEMENT_ARRAY_BUFFER 0 bound.
  /frameworks/native/opengl/libagl/
array.cpp     [all...]
context.h 212 buffer_t const* element_array_buffer; member in struct:android::gl::array_machine_t
  /external/autotest/client/deps/webgl_mpd/src/
ManyPlanetsDeep.html 149 ctx.bindBuffer(ctx.ELEMENT_ARRAY_BUFFER, g.sphere.indexObject);
  /external/deqp/scripts/opengl/
gen_str_util.py 291 "ELEMENT_ARRAY_BUFFER",
  /external/opencv3/modules/core/src/
opengl.cpp     [all...]
gl_core_3_1.hpp 626 ELEMENT_ARRAY_BUFFER = 0x8893,
    [all...]
  /external/autotest/client/deps/webgl_mpd/src/debug/
webgl-debug.js 376 ctx.bindBuffer(ctx.ELEMENT_ARRAY_BUFFER, null);
  /external/opencv3/modules/core/include/opencv2/core/
opengl.hpp 86 ELEMENT_ARRAY_BUFFER = 0x8893, //!< The buffer will be used for indices (in glDrawElements, for example)
  /external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp     [all...]
es2pStateChangeTests.cpp     [all...]
  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp     [all...]
es3pStateChangeTests.cpp     [all...]
  /external/libgdx/backends/gdx-backends-gwt/src/com/google/gwt/webgl/client/
WebGLRenderingContext.java 106 public static final int ELEMENT_ARRAY_BUFFER = 0x8893;
    [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 2058 milliseconds