Home | History | Annotate | Download | only in functional

Lines Matching refs:intFormat

268 	const deUint32				intFormat	= glu::getInternalFormat(texFormat);
278 gl.texStorage1D(texTarget, 1, intFormat, 1);
283 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);
289 gl.texStorage3D(texTarget, 1, intFormat, 1, 1, 1);
294 gl.texStorage2D(texTarget, 1, intFormat, 1, 1);