Searched refs:img_width (Results 1 - 9 of 9) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/tests/
H A Dinvert.c51 static GLuint img_width = 0; variable in typeref:typename:GLuint
70 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, image );
79 glReadPixels( 5, 5, img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image );
80 glWindowPos2i( 5 + 1 * (10 + img_width), 5 );
81 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image );
90 glReadPixels( 5, 5, img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image );
91 glWindowPos2i( 5 + 2 * (10 + img_width), 5 );
92 glDrawPixels( img_width, img_height, img_format, GL_UNSIGNED_BYTE, temp_image );
150 image = LoadRGBImage( IMAGE_FILE, (GLint *) & img_width, (GLint *) & img_height,
157 temp_image = malloc( 3 * img_height * img_width );
[all...]
/xsrc/external/mit/mesa-demos/dist/src/egl/openvg/trivial/
H A Dmask4.c13 VGint img_width = 120, img_height = 120; variable in typeref:typename:VGint
60 img_width -= 5;
64 img_width += 5;
71 fprintf(stderr, "Size = %dx%d\n", img_width, img_height);
86 VGImage image = vgCreateImage(VG_sRGBA_8888, img_width, img_height,
100 vgClearImage(image, 0, 0, img_width, img_height);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c250 static inline void calc_tex_coords(float img_width, float img_height, argument
255 buf[0] = x / img_width;
256 buf[1] = buf[0] + reg_width / img_width;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/
H A Dradeon_blit.c241 static inline void calc_tex_coords(float img_width, float img_height, argument
246 buf[0] = x / img_width;
247 buf[1] = buf[0] + reg_width / img_width;
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.c402 static inline void calc_tex_coords(float img_width, float img_height, argument
407 buf[0] = x / img_width;
408 buf[1] = buf[0] + reg_width / img_width;
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/r200/
H A Dr200_blit.c392 static inline void calc_tex_coords(float img_width, float img_height, argument
397 buf[0] = x / img_width;
398 buf[1] = buf[0] + reg_width / img_width;
/xsrc/external/mit/xmag/dist/
H A DScale.c120 Dimension img_width, Dimension img_height );
418 Dimension img_width, Dimension img_height)
432 img_width =
433 min(img_width, (Dimension)(sw->scale.image->width - (Dimension)img_x));
440 img_width, img_height);
461 sw->scale.table.x[(int) img_x + img_width - 1] -
467 for (x = img_x; x < img_x + (Position)img_width; x++)
480 for (x = img_x; x < img_x + (Position)img_width; x++)
407 ScaleImage(ScaleWidget sw,Drawable drawable,Position img_x,Position img_y,Position dst_x,Position dst_y,Dimension img_width,Dimension img_height) argument
/xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd55 img_width NMTOKEN #IMPLIED attribute
107 img_width / img_height / img_depth / img_extent - name of parameters
/xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/
H A Dgl_API.dtd57 img_width NMTOKEN #IMPLIED attribute
109 img_width / img_height / img_depth / img_extent - name of parameters

Completed in 10 milliseconds