HomeSort by relevance Sort by last modified time
    Searched full:mapped_memory (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/gpu/
command_buffer_client.gypi 22 'command_buffer/client/mapped_memory.cc',
23 'command_buffer/client/mapped_memory.h',
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 \
  /external/chromium_org/gpu/command_buffer/client/
buffer_tracker.cc 8 #include "gpu/command_buffer/client/mapped_memory.h"
buffer_tracker_unittest.cc 13 #include "gpu/command_buffer/client/mapped_memory.h"
mapped_memory.cc 5 #include "gpu/command_buffer/client/mapped_memory.h"
query_tracker_unittest.cc 13 #include "gpu/command_buffer/client/mapped_memory.h"
query_tracker.cc 13 #include "gpu/command_buffer/client/mapped_memory.h"
mapped_memory_unittest.cc 5 #include "gpu/command_buffer/client/mapped_memory.h"
gles2_implementation.h 26 #include "gpu/command_buffer/client/mapped_memory.h"
  /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);

Completed in 571 milliseconds