Searched defs:MaxSize (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/egl/main/
H A Deglarray.h41 EGLint MaxSize; member in struct:_egl_array
/external/mesa3d/src/egl/main/
H A Deglarray.h41 EGLint MaxSize; member in struct:_egl_array
/external/chromium_org/net/quic/congestion_control/
H A Dquic_max_sized_map.h29 size_t MaxSize() const { function in class:net::QuicMaxSizedMap
38 if (Size() == MaxSize()) {
/external/chromium_org/third_party/cld/encodings/compact_lang_det/
H A Dtote.h27 int MaxSize() const {return kMaxSize_;} function in class:Tote
65 int MaxSize() const {return kMaxSize_;} function in class:ToteWithReliability
/external/chromium/base/
H A Dmach_ipc_mac.h211 size_t MaxSize() const { return storage_length_bytes_; } function in class:base::MachMessage
/external/eigen/Eigen/src/Eigenvalues/
H A DHessenbergDecomposition.h68 MaxSize = MatrixType::MaxRowsAtCompileTime, enumerator in enum:Eigen::HessenbergDecomposition::__anon18173
69 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : MaxSize - 1
268 typedef Matrix<Scalar, 1, Size, Options | RowMajor, 1, MaxSize> VectorType;
H A DTridiagonalization.h76 MaxSize = MatrixType::MaxRowsAtCompileTime, enumerator in enum:Eigen::Tridiagonalization::__anon18176
77 MaxSizeMinusOne = MaxSize == Dynamic ? Dynamic : (MaxSize > 1 ? MaxSize - 1 : 1)
/external/llvm/utils/TableGen/
H A DSetTheory.cpp153 unsigned MaxSize = 0; local
156 MaxSize = std::max(MaxSize, unsigned(Args[i].size()));
159 for (unsigned n = 0; n != MaxSize; ++n)
/external/clang/include/clang/AST/
H A DAPValue.h112 MaxSize = (sizeof(ComplexAPSInt) > sizeof(ComplexAPFloat) ? enumerator in enum:clang::APValue::__anon15785
118 char Data[MaxSize];
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnswitch.cpp94 unsigned MaxSize; member in class:__anon22601::LUAnalysisCache
100 MaxSize(Threshold)
252 Props.CanBeUnswitchedCount = MaxSize / (Props.SizeEstimation);
253 MaxSize -= Props.SizeEstimation * Props.CanBeUnswitchedCount;
284 MaxSize += Props.CanBeUnswitchedCount * Props.SizeEstimation;
/external/chromium_org/third_party/WebKit/Source/core/rendering/
H A DRenderBox.h37 enum SizeType { MainOrPreferredSize, MinSize, MaxSize }; enumerator in enum:WebCore::SizeType
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c210 GLsizei MaxSize; /**< Max possible texture size */ member in struct:temp_texture
1177 tex->MaxSize = ctx->Const.MaxTextureRectSize;
1183 tex->MaxSize = 1 << (ctx->Const.MaxTextureLevels - 1);
1187 assert(tex->MaxSize > 0);
1252 ASSERT(width <= tex->MaxSize);
1253 ASSERT(height <= tex->MaxSize);
1581 const GLsizei maxTexSize = tex->MaxSize;
2117 width > tex->MaxSize ||
2118 height > tex->MaxSize) {
2440 if (width > tex->MaxSize || heigh
[all...]
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c210 GLsizei MaxSize; /**< Max possible texture size */ member in struct:temp_texture
1177 tex->MaxSize = ctx->Const.MaxTextureRectSize;
1183 tex->MaxSize = 1 << (ctx->Const.MaxTextureLevels - 1);
1187 assert(tex->MaxSize > 0);
1252 ASSERT(width <= tex->MaxSize);
1253 ASSERT(height <= tex->MaxSize);
1581 const GLsizei maxTexSize = tex->MaxSize;
2117 width > tex->MaxSize ||
2118 height > tex->MaxSize) {
2440 if (width > tex->MaxSize || heigh
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmtypes.h1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib
/external/mesa3d/src/mesa/main/
H A Dmtypes.h1069 GLfloat MinSize, MaxSize; /**< GL_EXT_point_parameters */ member in struct:gl_point_attrib

Completed in 374 milliseconds