Home
last modified time | relevance | path

Searched refs:buffer_ids (Results 1 – 3 of 3) sorted by relevance

/external/deqp/external/openglcts/modules/gl/
Dgl4cMultiBindTests.cpp1695 GLuint buffer_ids[n_buffers]; in iterate() local
1704 buffer_ids[j] = buffer[j].m_id; in iterate()
1726 gl.bindBuffersBase(target, t_first, t_count, buffer_ids); in iterate()
1730 gl.bindBuffersRange(target, t_first, t_count, buffer_ids, offsets, sizes); in iterate()
1741 memcpy(t_buffer_ids, buffer_ids, sizeof(buffer_ids)); in iterate()
1778 gl.bindBuffersRange(target, first, count, buffer_ids, t_offsets, sizes); in iterate()
1782 gl.bindBuffersRange(target, first, count, buffer_ids, offsets, t_sizes); in iterate()
1799 gl.bindBuffersRange(target, first, count, buffer_ids, t_offsets, sizes); in iterate()
1805 gl.bindBuffersRange(target, first, count, buffer_ids, offsets, t_sizes); in iterate()
2265 GLuint buffer_ids[n_buffers]; in iterate() local
[all …]
/external/perfetto/protos/perfetto/ipc/
Dconsumer_port.proto143 // TODO: repeated uint32 buffer_ids = 1;
169 repeated uint32 buffer_ids = 1; field
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis_test.cc60 std::set<HloBuffer::Id> buffer_ids; local
64 buffer_ids.insert(analysis_->GetBufferContainingValue(*value).id());
68 for (HloBuffer::Id id : buffer_ids) {