Lines Matching defs:subimg
1017 GLubyte *subimg = NULL;
1046 subimg = (GLubyte *) crAlloc(crImageSize(tl->format, tl->type, width, height));
1048 crPixelCopy2D(width, height, subimg, tl->format, tl->type, NULL, /* dst */
1054 src = subimg;
1064 crFree(subimg);
1113 GLubyte *subimg = NULL;
1140 subimg =
1144 crPixelCopy3D(width, height, depth, subimg, tl->format, tl->type, NULL,
1151 src = subimg;
1161 crFree(subimg);