OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigSize
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/cc/output/
shader_unittest.cc
27
gfx::Size
bigSize
(2560, 2560);
37
&stub_gl, &threshold_cache, threshold_min,
bigSize
));
47
&stub_gl, &threshold_cache, threshold_min,
bigSize
));
/external/chromium_org/third_party/skia/src/core/
SkMallocPixelRef.cpp
67
Sk64
bigSize
;
68
bigSize
.setMul(info.fHeight, rowBytes);
69
if (!
bigSize
.is32()) {
73
size_t size =
bigSize
.get32();
/external/skia/src/core/
SkMallocPixelRef.cpp
67
Sk64
bigSize
;
68
bigSize
.setMul(info.fHeight, rowBytes);
69
if (!
bigSize
.is32()) {
73
size_t size =
bigSize
.get32();
/external/chromium_org/third_party/WebKit/Source/wtf/
PartitionAllocTest.cpp
466
size_t
bigSize
= allocator.root()->maxAllocation - kExtraAllocSize;
467
EXPECT_EQ(WTF::kSystemPageSize - WTF::kAllocationGranularity,
bigSize
+ kExtraAllocSize);
468
size_t bucketIdx = (
bigSize
+ kExtraAllocSize) >> WTF::kBucketShift;
472
void* ptr = partitionAlloc(allocator.root(),
bigSize
);
481
void* ptr2 = partitionAlloc(allocator.root(),
bigSize
);
486
void* ptr3 = partitionAlloc(allocator.root(),
bigSize
);
491
void* ptr4 = partitionAlloc(allocator.root(),
bigSize
);
496
void* ptr5 = partitionAlloc(allocator.root(),
bigSize
);
504
ptr = partitionAlloc(allocator.root(),
bigSize
);
505
void* ptr6 = partitionAlloc(allocator.root(),
bigSize
);
[
all
...]
Completed in 66 milliseconds