Searched refs:getCanDraw (Results 1 – 2 of 2) sorted by relevance
/external/angle/src/libANGLE/ | ||
D | Context.inl.h | 79 if (!mStateCache.getCanDraw()) in noopDraw() |
D | Context.h | 256 bool getCanDraw() const { return mCachedCanDraw; } in getCanDraw() function |