Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp339 mDitherStateDirty = true; in markAllStateDirty()
632 mDitherStateDirty = true; in setDitherEnabled()
3054 if(mDitherStateDirty) in applyState()
3058 mDitherStateDirty = false; in applyState()
DContext.h741 bool mDitherStateDirty; variable