Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.h41 inline bool has4BitStencil() const { return mHas4BitStencil; } in has4BitStencil()
56 bool mHas4BitStencil; variable
DExtensions.cpp45 mHas4BitStencil = extensions.has("GL_OES_stencil4"); in Extensions()