Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.h36 inline bool has4BitStencil() const { return mHas4BitStencil; } in has4BitStencil() function
/frameworks/base/libs/hwui/renderstate/
DStencil.cpp51 if (extensions.has4BitStencil()) { in getLayerStencilFormat()