Searched refs:kNoLimit (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dmapped_memory.h114 kNoLimit = 0, enumerator in enum:gpu::MappedMemoryManager::MemoryLimit
H A Dbuffer_tracker_unittest.cc55 helper_.get(), MappedMemoryManager::kNoLimit));
H A Dquery_tracker_unittest.cc32 helper_.get(), MappedMemoryManager::kNoLimit));
86 helper_.get(), MappedMemoryManager::kNoLimit));
H A Dmapped_memory.cc63 if (max_free_bytes_ != kNoLimit &&
H A Dgles2_implementation.h124 kNoLimit = MappedMemoryManager::kNoLimit, enumerator in enum:gpu::gles2::GLES2Implementation::MappedMemoryLimit
H A Dgl_in_process_context.cc266 gles2::GLES2Implementation::kNoLimit)) {
H A Dmapped_memory_unittest.cc153 helper_.get(), MappedMemoryManager::kNoLimit));
H A Dgles2_implementation.cc161 if (mapped_memory_limit != kNoLimit) {
H A Dgles2_implementation_unittest.cc414 GLES2Implementation::kNoLimit));
/external/chromium_org/ppapi/shared_impl/
H A Dppb_graphics_3d_shared.cc137 gpu::gles2::GLES2Implementation::kNoLimit)) {
/external/chromium_org/content/browser/renderer_host/
H A Dimage_transport_factory_android.cc83 WebGraphicsContext3DCommandBufferImpl::kNoLimit;
/external/chromium_org/content/common/gpu/client/
H A Dcontext_provider_command_buffer.cc199 mapped_memory_limit == WebGraphicsContext3DCommandBufferImpl::kNoLimit
H A Dwebgraphicscontext3d_command_buffer_impl.h63 kNoLimit = 0, enumerator in enum:content::WebGraphicsContext3DCommandBufferImpl::MappedMemoryReclaimLimit
H A Dwebgraphicscontext3d_command_buffer_impl.cc203 mapped_memory_reclaim_limit(gpu::gles2::GLES2Implementation::kNoLimit) {}
/external/chromium_org/gpu/command_buffer/tests/
H A Dgl_manager.cc207 gpu::gles2::GLES2Implementation::kNoLimit))
/external/chromium_org/gpu/gles2_conform_support/egl/
H A Ddisplay.cc246 gpu::gles2::GLES2Implementation::kNoLimit)) {
/external/chromium_org/webkit/browser/quota/
H A Dquota_manager.h114 static const int64 kNoLimit; member in class:quota::QuotaManager
H A Dquota_manager.cc68 const int64 QuotaManager::kNoLimit = kint64max; member in class:quota::QuotaManager
856 dispatcher->set_quota(kNoLimit);
889 callback.Run(kQuotaStatusOk, 0, kNoLimit);
H A Dquota_manager_unittest.cc860 EXPECT_EQ(QuotaManager::kNoLimit, quota());
891 EXPECT_EQ(QuotaManager::kNoLimit, quota());
999 // kNoLimit quota.
1003 EXPECT_EQ(QuotaManager::kNoLimit, quota());
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.h3065 int32_t upper_limit = kNoLimit)
3082 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3143 static const int32_t kNoLimit = -1; member in class:v8::V8_FINAL
3165 void AddCheck(HBoundsCheck* check, int32_t upper_limit = kNoLimit);
3063 InductionVariableCheck(HBoundsCheck* check, InductionVariableCheck* next, int32_t upper_limit = kNoLimit) argument
H A Dhydrogen-instructions.cc2120 return result >= MAX_LIMIT ? kNoLimit : result;
/external/chromium_org/webkit/browser/fileapi/
H A Dobfuscated_file_util.cc76 if (context->allowed_bytes_growth() == quota::QuotaManager::kNoLimit)

Completed in 1272 milliseconds