Home
last modified time | relevance | path

Searched refs:kMaxLevel (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dlow_level_alloc.cc72 static const int kMaxLevel = 30; variable
100 AllocList *next[kMaxLevel];
147 if (level > kMaxLevel-1) level = kMaxLevel - 1; in LLA_SkiplistLevels()
480 AllocList *prev[kMaxLevel]; in Coalesce()
500 AllocList *prev[kMaxLevel]; in AddToFreelist()
582 AllocList *prev[kMaxLevel]; in DoAllocWithArena()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DTextureTest.cpp4354 constexpr uint32_t kMaxLevel = 2; in TEST_P() local
4355 glTexParameteri(GL_TEXTURE_2D, GL_TEXTURE_MAX_LEVEL, kMaxLevel); in TEST_P()
4361 for (uint32_t lod = 0; lod <= kMaxLevel; ++lod) in TEST_P()
4375 constexpr uint32_t kMaxLevel = 2; in TEST_P() local
4376 const GLColor kMipColor[kMaxLevel + 1] = {GLColor::red, GLColor::green, GLColor::blue}; in TEST_P()
4406 for (uint32_t lod = 0; lod <= kMaxLevel; ++lod) in TEST_P()
DFramebufferTest.cpp1152 static constexpr GLsizei kMaxLevel = 4; member in FramebufferTestWithFormatFallback
1616 for (int lod = 0; lod <= kMaxLevel; lod++) in TEST_P()