Home
last modified time | relevance | path

Searched defs:voffset (Results 1 – 10 of 10) sorted by relevance

/external/flatbuffers/js/
Dflatbuffers.js403 flatbuffers.Builder.prototype.addFieldInt8 = function(voffset, value, defaultValue) { argument
415 flatbuffers.Builder.prototype.addFieldInt16 = function(voffset, value, defaultValue) { argument
427 flatbuffers.Builder.prototype.addFieldInt32 = function(voffset, value, defaultValue) { argument
439 flatbuffers.Builder.prototype.addFieldInt64 = function(voffset, value, defaultValue) { argument
451 flatbuffers.Builder.prototype.addFieldFloat32 = function(voffset, value, defaultValue) { argument
463 flatbuffers.Builder.prototype.addFieldFloat64 = function(voffset, value, defaultValue) { argument
475 flatbuffers.Builder.prototype.addFieldOffset = function(voffset, value, defaultValue) { argument
489 flatbuffers.Builder.prototype.addFieldStruct = function(voffset, value, defaultValue) { argument
524 flatbuffers.Builder.prototype.slot = function(voffset) { argument
/external/flatbuffers/python/flatbuffers/
Dpacker.py42 voffset = uint16 variable
/external/flatbuffers/php/
DFlatbufferBuilder.php772 public function addStructX($voffset, $x, $d)
786 public function addStruct($voffset, $x, $d)
797 public function slot($voffset)
/external/mesa3d/src/mesa/drivers/dri/r200/
Dr200_cmdbuf.c242 uint32_t voffset; in r200EmitAOS() local
/external/libvpx/libvpx/vp8/common/
Dreconinter.c180 int voffset = 20 + i * 2 + j; in vp8_build_inter4x4_predictors_mbuv() local
456 int voffset = 20 + i * 2 + j; in build_4x4uvmvs() local
/external/flatbuffers/net/FlatBuffers/
DFlatBufferBuilder.cs348 public void Slot(int voffset) in Slot()
485 public void AddStruct(int voffset, int x, int d) in AddStruct()
/external/flatbuffers/java/com/google/flatbuffers/
DFlatBufferBuilder.java653 public void addStruct(int voffset, int x, int d) { in addStruct()
666 public void slot(int voffset) { in slot()
/external/flatbuffers/tests/
Dtest.cpp670 flatbuffers::voffset_t voffset, in CompareTableFieldValue()
/external/mesa3d/src/mesa/main/
Dvarray.c1327 GLint coffset = 0, noffset = 0, voffset;/* color, normal, vertex offsets */ in _mesa_InterleavedArrays() local
/external/mesa3d/src/gallium/drivers/radeonsi/
Dsi_shader.c884 LLVMValueRef voffset, in build_buffer_load()
5392 LLVMValueRef voffset = in si_llvm_emit_vertex() local