Searched refs:image_bytes (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/MesaLib.old/dist/src/glx/
H A Dindirect_texture_compression.c48 size_t image_bytes; local in function:__indirect_glGetCompressedTexImage
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
60 if (image_bytes != 0) {
61 _XRead(dpy, (char *) img, image_bytes);
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
/xsrc/external/mit/MesaLib/dist/src/glx/
H A Dindirect_texture_compression.c48 size_t image_bytes; local in function:__indirect_glGetCompressedTexImage
56 image_bytes = reply.width;
57 assert(image_bytes <= ((4 * reply.length) - 0));
58 assert(image_bytes >= ((4 * reply.length) - 3));
60 if (image_bytes != 0) {
61 _XRead(dpy, (char *) img, image_bytes);
62 if (image_bytes < (4 * reply.length)) {
63 _XEatData(dpy, (4 * reply.length) - image_bytes);
/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dtexdown.c164 const int image_bytes = align(w * h * BytesPerTexel(Format), ALIGN); local in function:MeasureDownloadRate
165 const int bytes = image_bytes * NR_TEXOBJ;
224 GLubyte *img_ptr = texImage + img * image_bytes;
/xsrc/external/mit/MesaLib.old/dist/src/gallium/tests/graw/
H A Dgraw_util.h222 const int image_bytes = row_stride * height; local in function:graw_util_create_tex2d
251 image_bytes);
/xsrc/external/mit/MesaLib/dist/src/gallium/tests/graw/
H A Dgraw_util.h227 const int image_bytes = row_stride * height; local in function:graw_util_create_tex2d
256 image_bytes);

Completed in 6 milliseconds