Searched defs:subimg (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_teximage.c1017 GLubyte *subimg = NULL; local
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; local
1140 subimg =
1144 crPixelCopy3D(width, height, depth, subimg, tl->format, tl->type, NULL,
1151 src = subimg;
1161 crFree(subimg);
[all...]

Completed in 96 milliseconds