Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DRenderControl.cpp660 const bool hasAstcDecompressor = vk::AstcCpuDecompressor::get().available(); in rcGetGLString() local
661 if (hasNativeAstc || hasAstcDecompressor) { in rcGetGLString()
666 hasAstcDecompressor, glExtensions.c_str()); in rcGetGLString()