Home | History | Annotate | Download | only in functional

Lines Matching defs:texType

812 			int						texType			= m_caseType == CASE_MIXED ? rnd.getInt(0, (int)CASE_MIXED - 1) : (int)m_caseType;
813 bool is2dTex = texType == 0;
814 bool isCubeTex = texType == 1;
815 bool is2dArrayTex = texType == 2;
816 bool is3dTex = texType == 3;