Searched defs:getLodOffset (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
H A DTextureStorage.cpp55 int TextureStorageInterface::getLodOffset() const function in class:rx::TextureStorageInterface
57 return mInstance->getLodOffset();
H A DTextureStorage9.cpp101 int TextureStorage9::getLodOffset() const function in class:rx::TextureStorage9
108 return getBaseTexture() ? getBaseTexture()->GetLevelCount() - getLodOffset() : 0;
H A DTextureStorage11.cpp100 int TextureStorage11::getLodOffset() const function in class:rx::TextureStorage11
120 levels = mMipLevels - getLodOffset();
/external/chromium_org/third_party/angle_dx11/src/libGLESv2/
H A DTexture.cpp163 int Texture::getLodOffset() function in class:gl::Texture
166 return texture ? texture->getLodOffset() : 0;
172 sampler->lodOffset = getLodOffset();
1475 return mTexStorage ? mTexStorage->levelCount() - getLodOffset() : 0;

Completed in 174 milliseconds