Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DExtensions.h35 inline bool has1BitStencil() const { return mHas1BitStencil; } in has1BitStencil()
56 bool mHas1BitStencil; variable
DExtensions.cpp62 mHas1BitStencil = extensions.has("GL_OES_stencil1"); in Extensions()