Home
last modified time | relevance | path

Searched refs:DetermineCompressedTextureETCSupport (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.h91 bool DetermineCompressedTextureETCSupport(const TextureCapsMap &textureCaps);
DCaps.cpp815 bool DetermineCompressedTextureETCSupport(const TextureCapsMap &textureCaps) in DetermineCompressedTextureETCSupport() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
Dvk_caps_utils.cpp330 gl::DetermineCompressedTextureETCSupport(mNativeTextureCaps)) in ensureCapsInitialized()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/metal/
DDisplayMtl.mm977 if (supportsAppleGPUFamily(1) && gl::DetermineCompressedTextureETCSupport(mNativeTextureCaps))
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
Drenderergl_utils.cpp1713 gl::DetermineCompressedTextureETCSupport(*textureCapsMap); in GenerateCaps()