Home | History | Annotate | Download | only in functional

Lines Matching defs:isLinear

1525 			bool		isLinear	= isLinearI != 0;
1526 deUint32 filter = isLinear ? GL_LINEAR : GL_NEAREST;
1529 isLinear ? "linear" : "nearest", "",