Home
last modified time | relevance | path

Searched defs:GetBaseMipLevel (Results 1 – 3 of 3) sorted by relevance

/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp508 uint32_t TextureViewBase::GetBaseMipLevel() const { in GetBaseMipLevel() function in dawn_native::TextureViewBase
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DTexture.cpp752 uint32_t TextureViewBase::GetBaseMipLevel() const { in GetBaseMipLevel() function in dawn_native::TextureViewBase
/third_party/vk-gl-cts/external/amber/src/src/
Dcommand.h542 uint32_t GetBaseMipLevel() const { return base_mip_level_; } in GetBaseMipLevel() function