Home | History | Annotate | Download | only in performance

Lines Matching refs:stateId

58 	virtual void	changeState				(const glw::Functions& gl, int stateId) = 0;
124 virtual void changeState (const glw::Functions& gl, int stateId)\
174 if (stateId == 0)
176 else if (stateId == 1)
221 if (stateId == 0)
223 else if (stateId == 1)
275 if (stateId == 0)
277 else if (stateId == 1)
320 if (stateId == 0)
322 else if (stateId == 1)
362 if (stateId == 0)
364 else if (stateId == 1)
410 if (stateId == 0)
412 else if (stateId == 1)
452 if (stateId == 0)
454 else if (stateId == 1)
494 if (stateId == 0)
496 else if (stateId == 1)
539 if (stateId == 0)
541 else if (stateId == 1)
588 if (stateId == 0)
590 else if (stateId == 1)
630 if (stateId == 0)
632 else if (stateId == 1)
675 if (stateId == 0)
677 else if (stateId == 1)
720 if (stateId == 0)
722 else if (stateId == 1)
765 if (stateId == 0)
767 else if (stateId == 1)
807 if (stateId == 0)
809 else if (stateId == 1)
849 if (stateId == 0)
851 else if (stateId == 1)
894 if (stateId == 0)
896 else if (stateId == 1)
936 if (stateId == 0)
938 else if (stateId == 1)
981 if (stateId == 0)
983 else if (stateId == 1)
1026 if (stateId == 0)
1028 else if (stateId == 1)
1082 if (stateId == 0)
1084 else if (stateId == 1)
1134 if (stateId == 0)
1136 else if (stateId == 1)
1188 if (stateId == 0)
1190 else if (stateId == 1)
1233 if (stateId == 0)
1238 else if (stateId == 1)
1285 if (stateId == 0)
1287 else if (stateId == 1)
1327 if (stateId == 0)
1329 else if (stateId == 1)
1379 if (stateId == 0)
1381 else if (stateId == 1)
1421 if (stateId == 0)
1423 else if (stateId == 1)
1463 if (stateId == 0)
1465 else if (stateId == 1)
1505 if (stateId == 0)
1507 else if (stateId == 1)
1551 if (stateId == 0)
1553 else if (stateId == 1)
1599 if (stateId == 0)
1601 else if (stateId == 1)
1650 DE_ASSERT(de::inBounds(stateId, 0, 2));
1651 gl.bindSampler(0, m_samplers[stateId]);
1697 DE_ASSERT(de::inRange(stateId, 0, 2));
1698 gl.bindVertexArray(m_vertexArrays[stateId]);