Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h640 bool mDitherStateDirty; variable
DContext.cpp348 mDitherStateDirty = true; in markAllStateDirty()
612 mDitherStateDirty = true; in setDitherEnabled()
1950 if(mDitherStateDirty) in applyState()
1954 mDitherStateDirty = false; in applyState()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp338 mDitherStateDirty = true; in markAllStateDirty()
631 mDitherStateDirty = true; in setDitherEnabled()
2989 if(mDitherStateDirty) in applyState()
2993 mDitherStateDirty = false; in applyState()
DContext.h768 bool mDitherStateDirty; variable