Home
last modified time | relevance | path

Searched refs:groupsPerLine (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/opengl/glu32/src/libutil/
H A Dmipmap.c6692 int groupsPerLine; in fillImage3D() local
6707 groupsPerLine= psm->unpack_row_length; in fillImage3D()
6710 groupsPerLine= width; in fillImage3D()
6725 rowSize= groupsPerLine * groupSize; in fillImage3D()
7057 int groupsPerLine; in emptyImage3D() local
7072 groupsPerLine = psm->pack_row_length; in emptyImage3D()
7075 groupsPerLine = width; in emptyImage3D()
7092 rowSize = groupsPerLine * groupSize; in emptyImage3D()
7768 groupsPerLine = psm.unpack_row_length; in gluBuild3DMipmapLevelsCore()
7770 groupsPerLine = width; in gluBuild3DMipmapLevelsCore()
[all …]