/external/chromium_org/gpu/command_buffer/common/ |
command_buffer_shared_test.cc | 32 EXPECT_EQ(state.get_offset, 0); 46 state.get_offset = i + 1; 78 if (state.get_offset >= 1) { 79 buffer[state.get_offset - 1] = 1; 84 EXPECT_EQ(state.token, state.get_offset - 2); 86 static_cast<unsigned int>(state.get_offset) + 1); 87 EXPECT_EQ(state.error, state.get_offset + 2); 89 if (state.get_offset == kSize)
|
command_buffer.h | 24 get_offset(0), 36 int32 get_offset; member in struct:gpu::CommandBuffer::State 105 virtual void SetGetOffset(int32 get_offset) = 0;
|
command_buffer_mock.h | 31 MOCK_METHOD1(SetGetOffset, void(int32 get_offset));
|
/external/chromium_org/gpu/command_buffer/client/ |
cmd_buffer_helper.cc | 92 CHECK((put_ == get_offset()) || 112 CommandBuffer::State state = command_buffer_->FlushSync(put_, get_offset()); 132 if (put_ == get_offset()) { 141 } while (put_ != get_offset()); 183 if (get_offset() == put_) { 212 if (get_offset() > put_ || get_offset() == 0) { 214 while (get_offset() > put_ || get_offset() == 0) { 245 ((get_offset() == last_put_sent_) ? 16 : 2) [all...] |
client_test_helper.cc | 37 void MockCommandBufferBase::SetGetOffset(int32 get_offset) { 38 state_.get_offset = get_offset; 44 state_.get_offset = put_offset;
|
cmd_buffer_helper.h | 129 int32 get_offset() const { function in class:gpu::CommandBufferHelper 130 return command_buffer_->GetLastState().get_offset; 241 return (get_offset() - put_ - 1 + total_entry_count_) % total_entry_count_;
|
client_test_helper.h | 37 virtual void SetGetOffset(int32 get_offset) OVERRIDE;
|
/external/chromium_org/gpu/command_buffer/service/ |
command_buffer_service.cc | 43 state.get_offset = get_offset_; 124 void CommandBufferService::SetGetOffset(int32 get_offset) { 125 DCHECK(get_offset >= 0 && get_offset < num_entries_); 126 get_offset_ = get_offset;
|
command_buffer_service_unittest.cc | 37 return command_buffer_->GetState().get_offset; 67 EXPECT_EQ(0, state.get_offset);
|
command_buffer_service.h | 34 virtual void SetGetOffset(int32 get_offset) OVERRIDE;
|
in_process_command_buffer.cc | 506 if (put_offset == state_after_last_flush_.get_offset && 548 while (last_known_get == last_state_.get_offset && 695 void InProcessCommandBuffer::SetGetOffset(int32 get_offset) { NOTREACHED(); }
|
gpu_scheduler.cc | 54 DCHECK_EQ(state.get_offset, state.put_offset);
|
/external/chromium_org/gpu/ipc/ |
gpu_command_buffer_traits.cc | 13 WriteParam(m, p.get_offset); 25 ReadParam(m, iter, &p->get_offset) &&
|
/external/clang/bindings/python/tests/cindex/ |
test_type.py | 312 Cursor.type.get_offset works.""" 335 assert teststruct.type.get_offset(fields[0].spelling) == a1 336 assert teststruct.type.get_offset(fields[1].spelling) == a2 337 assert teststruct.type.get_offset(fields[2].spelling) == a3 338 assert teststruct.type.get_offset(fields[3].spelling) == a4 367 assert teststruct.type.get_offset("bariton") == bariton 368 assert teststruct.type.get_offset("foo") == foo 369 assert teststruct.type.get_offset("bar") == bar
|
/external/chromium_org/courgette/ |
disassembler_elf_32.cc | 345 file_offset > (**current_rel)->get_offset()) { 359 next_relocation > ((**current_rel)->get_offset() + 3)) 360 next_relocation = (**current_rel)->get_offset(); 384 file_offset == (**current_rel)->get_offset()) {
|
disassembler_elf_32.h | 50 size_t get_offset() { function in class:courgette::DisassemblerElf32::TypedRVA
|
/external/chromium_org/ppapi/proxy/ |
ppapi_command_buffer_proxy.h | 39 virtual void SetGetOffset(int32 get_offset) OVERRIDE;
|
ppapi_command_buffer_proxy.cc | 77 if (last_known_get == last_state_.get_offset) { 101 void PpapiCommandBufferProxy::SetGetOffset(int32 get_offset) {
|
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/translate/ |
translate_sse.c | 128 static int get_offset( const void *a, const void *b ) function 162 get_offset(p, &p->consts[id][0]))); [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/tnl/ |
t_vertex_sse.c | 295 static GLint get_offset( const void *a, const void *b ) function 310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); 382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace)); 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
|
/external/mesa3d/src/gallium/auxiliary/translate/ |
translate_sse.c | 128 static int get_offset( const void *a, const void *b ) function 162 get_offset(p, &p->consts[id][0]))); [all...] |
/external/mesa3d/src/mesa/tnl/ |
t_vertex_sse.c | 295 static GLint get_offset( const void *a, const void *b ) function 310 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 324 struct x86_reg ptr_to_src = x86_make_disp(vtxREG, get_offset(vtx, &a->inputptr)); 381 x86_mov(&p->func, vtxESI, x86_make_disp(vtxESI, get_offset(ctx, &ctx->swtnl_context))); 382 vtxESI = x86_make_disp(vtxESI, get_offset(tnl, &tnl->clipspace)); 388 sse_movups(&p->func, vp0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_scale[0]))); 389 sse_movups(&p->func, vp1, x86_make_disp(vtxESI, get_offset(vtx, &vtx->vp_xlate[0]))); 394 sse_movups(&p->func, p->chan0, x86_make_disp(vtxESI, get_offset(vtx, &vtx->chan_scale[0]))); 395 sse_movups(&p->func, p->identity, x86_make_disp(vtxESI, get_offset(vtx, &vtx->identity[0])));
|
/external/chromium_org/content/common/gpu/client/ |
command_buffer_proxy_impl.h | 88 virtual void SetGetOffset(int32 get_offset) OVERRIDE;
|
command_buffer_proxy_impl.cc | 228 if (last_known_get == last_state_.get_offset) { 250 void CommandBufferProxyImpl::SetGetOffset(int32 get_offset) {
|
/external/chromium_org/content/renderer/pepper/ |
ppb_graphics_3d_impl.cc | 153 return GetCommandBuffer()->FlushSync(put_offset, state.get_offset);
|