Lines Matching defs:img
86 GLint img, row;
94 for (img = 0; img < depth; img++) {
99 st_MapTextureImage(ctx, texImage, zoffset + img,
107 img, row, 0);
113 st_UnmapTextureImage(ctx, texImage, zoffset + img);
135 GLint img, row;
139 for (img = 0; img < depth; img++) {
144 st_MapTextureImage(ctx, texImage, zoffset + img,
153 img, row, 0);
172 st_UnmapTextureImage(ctx, texImage, zoffset + img);
191 GLint img, row;
195 for (img = 0; img < depth; img++) {
200 st_MapTextureImage(ctx, texImage, zoffset + img,
210 img, row, 0);
217 st_UnmapTextureImage(ctx, texImage, zoffset + img);
237 GLint img, row;
239 for (img = 0; img < depth; img++) {
244 st_MapTextureImage(ctx, texImage, zoffset + img,
253 img, row, 0);
269 st_UnmapTextureImage(ctx, texImage, zoffset + img);
444 GLuint img;
468 for (img = 0; img < depth; img++) {
478 st_MapTextureImage(ctx, texImage, zoffset + img,
490 img, 0, 0);
514 st_UnmapTextureImage(ctx, texImage, img);
561 st_UnmapTextureImage(ctx, texImage, zoffset + img);
780 GLvoid *img)
804 dest = ADD_POINTERS(dest, img);
806 dest = img;