OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sizeMax
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fetch/
MemoryCacheTest.cpp
105
const size_t
sizeMax
= ~static_cast<size_t>(0);
106
const size_t totalCapacity =
sizeMax
/ 4;
107
const size_t minDeadCapacity =
sizeMax
/ 16;
108
const size_t maxDeadCapacity =
sizeMax
/ 8;
117
const size_t
sizeMax
= ~static_cast<size_t>(0);
118
const size_t totalCapacity =
sizeMax
/ 4;
119
const size_t minDeadCapacity =
sizeMax
/ 16;
120
const size_t maxDeadCapacity =
sizeMax
/ 8;
121
const size_t resourceSize1 =
sizeMax
/ 16;
122
const size_t resourceSize2 =
sizeMax
/ 20
[
all
...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
varray.c
114
* \param
sizeMax
max allowable size value (may also be BGRA_OR_4)
126
GLint sizeMin, GLint
sizeMax
,
173
if (
sizeMax
== BGRA_OR_4)
174
sizeMax
= 4;
194
* If
sizeMax
= BGRA_OR_4 it means that size = GL_BGRA is legal and
198
sizeMax
== BGRA_OR_4 &&
217
else if (size < sizeMin || size >
sizeMax
|| size > 4) {
[
all
...]
/external/mesa3d/src/mesa/main/
varray.c
114
* \param
sizeMax
max allowable size value (may also be BGRA_OR_4)
126
GLint sizeMin, GLint
sizeMax
,
173
if (
sizeMax
== BGRA_OR_4)
174
sizeMax
= 4;
194
* If
sizeMax
= BGRA_OR_4 it means that size = GL_BGRA is legal and
198
sizeMax
== BGRA_OR_4 &&
217
else if (size < sizeMin || size >
sizeMax
|| size > 4) {
[
all
...]
Completed in 173 milliseconds