Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGL/
DContext.cpp318 mDitherStateDirty = true; in markAllStateDirty()
612 mDitherStateDirty = true; in setDitherEnabled()
1925 if(mDitherStateDirty) in applyState()
1929 mDitherStateDirty = false; in applyState()
DContext.h786 bool mDitherStateDirty; variable
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h642 bool mDitherStateDirty; variable
DContext.cpp343 mDitherStateDirty = true; in markAllStateDirty()
607 mDitherStateDirty = true; in setDitherEnabled()
1938 if(mDitherStateDirty) in applyState()
1942 mDitherStateDirty = false; in applyState()
/external/swiftshader/src/OpenGL/libGLESv2/
DContext.cpp345 mDitherStateDirty = true; in markAllStateDirty()
638 mDitherStateDirty = true; in setDitherEnabled()
2912 if(mDitherStateDirty) in applyState()
2916 mDitherStateDirty = false; in applyState()
DContext.h771 bool mDitherStateDirty; variable