Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/d3d/
DGrD3DCaps.h108 bool standardSwizzleLayoutSupport() const { return fStandardSwizzleLayoutSupport; } in standardSwizzleLayoutSupport()
214 bool fStandardSwizzleLayoutSupport : 1; variable
DGrD3DCaps.cpp163 fStandardSwizzleLayoutSupport = (optionsDesc.StandardSwizzle64KBSupported); in init()