HomeSort by relevance Sort by last modified time
    Searched refs:mem_limits (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/content/browser/android/in_process/
synchronous_compositor_factory_impl.cc 64 const gpu::GLInProcessContextSharedMemoryLimits& mem_limits) {
81 mem_limits));
206 gpu::GLInProcessContextSharedMemoryLimits mem_limits; local
209 mem_limits.mapped_memory_reclaim_limit = 6 * 1024 * 1024;
211 WrapContext(CreateContext(service_, mem_limits)),
  /external/chromium_org/gpu/command_buffer/client/
gl_in_process_context.cc 50 const GLInProcessContextSharedMemoryLimits& mem_limits);
97 const GLInProcessContextSharedMemoryLimits& mem_limits)
98 : mem_limits_(mem_limits), context_lost_(false) {

Completed in 191 milliseconds