OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:mapped_memory
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/content/browser/renderer_host/
backing_store_gtk.cc
560
void*
mapped_memory
= shmat(shminfo.shmid, NULL, SHM_RDONLY);
local
562
if (
mapped_memory
== (void*)-1) {
566
shminfo.shmaddr = image->data = static_cast<char*>(
mapped_memory
);
/external/chromium_org/gpu/
command_buffer_client.target.darwin-arm.mk
29
gpu/command_buffer/client/
mapped_memory
.cc \
command_buffer_client.target.darwin-mips.mk
29
gpu/command_buffer/client/
mapped_memory
.cc \
command_buffer_client.target.darwin-x86.mk
29
gpu/command_buffer/client/
mapped_memory
.cc \
command_buffer_client.target.linux-arm.mk
29
gpu/command_buffer/client/
mapped_memory
.cc \
command_buffer_client.target.linux-mips.mk
29
gpu/command_buffer/client/
mapped_memory
.cc \
command_buffer_client.target.linux-x86.mk
29
gpu/command_buffer/client/
mapped_memory
.cc \
Completed in 156 milliseconds