Searched refs:kMaxLevel (Results 1 – 3 of 3) sorted by relevance
72 static const int kMaxLevel = 30; variable100 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()
4354 constexpr uint32_t kMaxLevel = 2; in TEST_P() local4355 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() local4376 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()
1152 static constexpr GLsizei kMaxLevel = 4; member in FramebufferTestWithFormatFallback1616 for (int lod = 0; lod <= kMaxLevel; lod++) in TEST_P()