Home | History | Annotate | Download | only in functional

Lines Matching refs:faceCount

837 		const int				faceCount				= (info.getTarget() == GL_TEXTURE_CUBE_MAP ? 6 : 1);
844 level.setStorage(levelSize * faceCount);
846 for (int faceNdx = 0; faceNdx < faceCount; faceNdx++)