OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shared_state_shm_
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/content/common/gpu/client/
command_buffer_proxy_impl.h
145
return
shared_state_shm_
->handle();
180
scoped_ptr<base::SharedMemory>
shared_state_shm_
;
member in class:content::CommandBufferProxyImpl
command_buffer_proxy_impl.cc
132
shared_state_shm_
.reset(channel_->factory()->AllocateSharedMemory(
134
if (!
shared_state_shm_
)
137
if (!
shared_state_shm_
->Map(sizeof(*shared_state())))
146
channel_->ShareToGpuProcess(
shared_state_shm_
->handle());
525
shared_state_shm_
->memory());
/external/chromium_org/ppapi/proxy/
ppapi_command_buffer_proxy.h
77
scoped_ptr<base::SharedMemory>
shared_state_shm_
;
member in class:ppapi::proxy::PpapiCommandBufferProxy
ppapi_command_buffer_proxy.cc
22
shared_state_shm_
.reset(
24
shared_state_shm_
->Map(shared_state.size());
248
shared_state_shm_
->memory());
Completed in 132 milliseconds