Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCaps.cpp166 bool requiresTexturing, in GetFormatSupportBase() argument
175 if (requiresTexturing && !cap.texturable) in GetFormatSupportBase()
207 bool requiresTexturing, in GetFormatSupport() argument
213 return GetFormatSupportBase(textureCaps, requiredFormats, N, requiresTexturing, in GetFormatSupport()