OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetCommandBuffer
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/content/renderer/pepper/
ppb_graphics_3d_impl.cc
120
GetCommandBuffer
()->SetGetBuffer(transfer_buffer_id);
125
return
GetCommandBuffer
()->GetState();
130
GetCommandBuffer
()->CreateTransferBuffer(size, &id);
135
GetCommandBuffer
()->DestroyTransferBuffer(id);
142
gpu::Buffer buffer =
GetCommandBuffer
()->GetTransferBuffer(id);
147
GetCommandBuffer
()->Flush(put_offset);
152
gpu::CommandBuffer::State state =
GetCommandBuffer
()->GetState();
153
return
GetCommandBuffer
()->FlushSync(put_offset, state.get_offset);
159
return
GetCommandBuffer
()->FlushSync(put_offset, last_known_get);
185
gpu::CommandBuffer* PPB_Graphics3D_Impl::
GetCommandBuffer
() {
[
all
...]
pepper_platform_context_3d.h
46
gpu::CommandBuffer*
GetCommandBuffer
();
ppb_graphics_3d_impl.h
56
virtual gpu::CommandBuffer*
GetCommandBuffer
() OVERRIDE;
pepper_platform_context_3d.cc
138
gpu::CommandBuffer* PlatformContext3D::
GetCommandBuffer
() {
/external/chromium_org/ppapi/shared_impl/
ppb_graphics_3d_shared.h
66
virtual gpu::CommandBuffer*
GetCommandBuffer
() = 0;
ppb_graphics_3d_shared.cc
107
gpu::CommandBuffer* command_buffer =
GetCommandBuffer
();
/external/chromium_org/ppapi/proxy/
ppb_graphics_3d_proxy.h
53
virtual gpu::CommandBuffer*
GetCommandBuffer
() OVERRIDE;
ppb_graphics_3d_proxy.cc
115
gpu::CommandBuffer* Graphics3D::
GetCommandBuffer
() {
Completed in 174 milliseconds