Home
last modified time | relevance | path

Searched refs:supportsNativeMipmapFunction (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DTextureStorage.h52 virtual bool supportsNativeMipmapFunction() const = 0;
H A DTextureD3D.cpp467 if (mTexStorage && mTexStorage->supportsNativeMipmapFunction()) in generateMipmap()
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d9/
H A DTextureStorage9.h47 bool supportsNativeMipmapFunction() const override;
H A DTextureStorage9.cpp70 bool TextureStorage9::supportsNativeMipmapFunction() const in supportsNativeMipmapFunction() function in rx::TextureStorage9
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/d3d11/
H A DTextureStorage11.h106 bool supportsNativeMipmapFunction() const override;
H A DRenderer11.cpp3298 ASSERT(storage11->supportsNativeMipmapFunction()); in generateMipmapUsingD3D()
H A DTextureStorage11.cpp179 bool TextureStorage11::supportsNativeMipmapFunction() const in supportsNativeMipmapFunction() function in rx::TextureStorage11