Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.cpp167 bool requiresTexturing, in GetFormatSupportBase() argument
176 if (requiresTexturing && !cap.texturable) in GetFormatSupportBase()
208 bool requiresTexturing, in GetFormatSupport() argument
214 return GetFormatSupportBase(textureCaps, requiredFormats, N, requiresTexturing, in GetFormatSupport()