| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_format_bptc.h | 42 unsigned width, unsigned height); 46 unsigned width, unsigned height); 50 unsigned width, unsigned height); 54 unsigned width, unsigned height); 57 unsigned width, unsigned height); 62 unsigned width, unsigned height); 66 unsigned width, unsigned height); 70 unsigned width, unsigned height); 74 unsigned width, unsigned height); 77 unsigned width, unsigned height); [all...] |
| H A D | u_format_bptc.c | 37 unsigned width, unsigned height) 39 decompress_rgba_unorm(width, height, 47 unsigned width, unsigned height) 49 compress_rgba_unorm(width, height, 57 unsigned width, unsigned height) 60 temp_block = malloc(width * height * 4 * sizeof(uint8_t)); 61 decompress_rgba_unorm(width, height, 67 0, 0, width, height); 74 unsigned width, unsigned height) 77 temp_block = malloc(width * height * 35 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 45 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 55 util_format_bptc_rgba_unorm_unpack_rgba_float(float * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 72 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t * dst_row,unsigned dst_stride,const float * src_row,unsigned src_stride,unsigned width,unsigned height) argument 89 util_format_bptc_rgba_unorm_fetch_rgba_float(float * dst,const uint8_t * src,unsigned width,unsigned height) argument 104 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 114 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 124 util_format_bptc_srgba_unpack_rgba_float(float * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 141 util_format_bptc_srgba_pack_rgba_float(uint8_t * dst_row,unsigned dst_stride,const float * src_row,unsigned src_stride,unsigned width,unsigned height) argument 152 util_format_bptc_srgba_fetch_rgba_float(float * dst,const uint8_t * src,unsigned width,unsigned height) argument 166 util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 184 util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 194 util_format_bptc_rgb_float_unpack_rgba_float(float * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 205 util_format_bptc_rgb_float_pack_rgba_float(uint8_t * dst_row,unsigned dst_stride,const float * src_row,unsigned src_stride,unsigned width,unsigned height) argument 216 util_format_bptc_rgb_float_fetch_rgba_float(float * dst,const uint8_t * src,unsigned width,unsigned height) argument 224 util_format_bptc_rgb_ufloat_unpack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 242 util_format_bptc_rgb_ufloat_pack_rgba_8unorm(uint8_t * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 252 util_format_bptc_rgb_ufloat_unpack_rgba_float(float * dst_row,unsigned dst_stride,const uint8_t * src_row,unsigned src_stride,unsigned width,unsigned height) argument 263 util_format_bptc_rgb_ufloat_pack_rgba_float(uint8_t * dst_row,unsigned dst_stride,const float * src_row,unsigned src_stride,unsigned width,unsigned height) argument 274 util_format_bptc_rgb_ufloat_fetch_rgba_float(float * dst,const uint8_t * src,unsigned width,unsigned height) argument [all...] |
| H A D | u_format_other.h | 39 unsigned width, unsigned height); 44 unsigned width, unsigned height); 53 unsigned width, unsigned height); 58 unsigned width, unsigned height); 64 unsigned width, unsigned height); 69 unsigned width, unsigned height); 78 unsigned width, unsigned height); 83 unsigned width, unsigned height); 89 unsigned width, unsigned height); 94 unsigned width, unsigned height); [all...] |
| H A D | u_format_zs.h | 37 util_format_s8_uint_unpack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_s8_uint_pack_s_8uint(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 45 util_format_z16_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 49 util_format_z16_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 53 util_format_z16_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 57 util_format_z16_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_z32_unorm_unpack_z_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 65 util_format_z32_unorm_pack_z_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 69 util_format_z32_unorm_unpack_z_32unorm(uint32_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 73 util_format_z32_unorm_pack_z_32unorm(uint8_t *dst_row, unsigned dst_stride, const uint32_t *src_row, unsigned src_stride, unsigned width, unsigned height); [all...] |
| H A D | u_format_rgtc.h | 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_rgtc1_unorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *dst_row, unsigned dst_stride, const float *src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_rgtc1_snorm_unpack_rgba_float(float *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *dst_row, unsigned dst_stride, const uint8_t *src_row, unsigned src_stride, unsigned width, unsigned height); [all...] |
| H A D | u_format_yuv.h | 127 unsigned width, unsigned height); 132 unsigned width, unsigned height); 137 unsigned width, unsigned height); 142 unsigned width, unsigned height); 151 unsigned width, unsigned height); 156 unsigned width, unsigned height); 161 unsigned width, unsigned height); 166 unsigned width, unsigned height); 176 unsigned width, unsigned height); 180 unsigned width, unsigned height); [all...] |
| /xsrc/external/mit/MesaLib/dist/src/util/format/ |
| H A D | u_format_bptc.h | 42 unsigned width, unsigned height); 46 unsigned width, unsigned height); 50 unsigned width, unsigned height); 54 unsigned width, unsigned height); 57 unsigned width, unsigned height); 62 unsigned width, unsigned height); 66 unsigned width, unsigned height); 70 unsigned width, unsigned height); 74 unsigned width, unsigned height); 77 unsigned width, unsigned height); [all...] |
| H A D | u_format_zs.h | 40 util_format_s8_uint_unpack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_s8_uint_pack_s_8uint(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 48 util_format_z16_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 52 util_format_z16_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 56 util_format_z16_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 60 util_format_z16_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_z32_unorm_unpack_z_float(float *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 68 util_format_z32_unorm_pack_z_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 72 util_format_z32_unorm_unpack_z_32unorm(uint32_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 76 util_format_z32_unorm_pack_z_32unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint32_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); [all...] |
| H A D | u_format_bptc.c | 38 unsigned width, unsigned height) 40 decompress_rgba_unorm(width, height, 48 unsigned width, unsigned height) 50 compress_rgba_unorm(width, height, 58 unsigned width, unsigned height) 61 temp_block = malloc(width * height * 4 * sizeof(uint8_t)); 62 decompress_rgba_unorm(width, height, 68 for (int y = 0; y < height; y++) { 79 unsigned width, unsigned height) 82 temp_block = malloc(width * height * 36 util_format_bptc_rgba_unorm_unpack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 46 util_format_bptc_rgba_unorm_pack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 56 util_format_bptc_rgba_unorm_unpack_rgba_float(void * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 77 util_format_bptc_rgba_unorm_pack_rgba_float(uint8_t * restrict dst_row,unsigned dst_stride,const float * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 99 util_format_bptc_rgba_unorm_fetch_rgba(void * restrict dst,const uint8_t * restrict src,unsigned width,unsigned height) argument 114 util_format_bptc_srgba_unpack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 124 util_format_bptc_srgba_pack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 134 util_format_bptc_srgba_unpack_rgba_float(void * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 157 util_format_bptc_srgba_pack_rgba_float(uint8_t * restrict dst_row,unsigned dst_stride,const float * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 168 util_format_bptc_srgba_fetch_rgba(void * restrict dst,const uint8_t * restrict src,unsigned width,unsigned height) argument 179 util_format_bptc_rgb_float_unpack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 202 util_format_bptc_rgb_float_pack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 212 util_format_bptc_rgb_float_unpack_rgba_float(void * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 223 util_format_bptc_rgb_float_pack_rgba_float(uint8_t * restrict dst_row,unsigned dst_stride,const float * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 234 util_format_bptc_rgb_float_fetch_rgba(void * restrict dst,const uint8_t * restrict src,unsigned width,unsigned height) argument 242 util_format_bptc_rgb_ufloat_unpack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 264 util_format_bptc_rgb_ufloat_pack_rgba_8unorm(uint8_t * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 274 util_format_bptc_rgb_ufloat_unpack_rgba_float(void * restrict dst_row,unsigned dst_stride,const uint8_t * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 285 util_format_bptc_rgb_ufloat_pack_rgba_float(uint8_t * restrict dst_row,unsigned dst_stride,const float * restrict src_row,unsigned src_stride,unsigned width,unsigned height) argument 296 util_format_bptc_rgb_ufloat_fetch_rgba(void * restrict dst,const uint8_t * restrict src,unsigned width,unsigned height) argument [all...] |
| H A D | u_format_rgtc.h | 35 util_format_rgtc1_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 38 util_format_rgtc1_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 41 util_format_rgtc1_unorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 44 util_format_rgtc1_unorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 55 util_format_rgtc1_snorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 58 util_format_rgtc1_snorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 61 util_format_rgtc1_snorm_pack_rgba_float(uint8_t *restrict dst_row, unsigned dst_stride, const float *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 64 util_format_rgtc1_snorm_unpack_rgba_float(void *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 74 util_format_rgtc2_unorm_unpack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); 77 util_format_rgtc2_unorm_pack_rgba_8unorm(uint8_t *restrict dst_row, unsigned dst_stride, const uint8_t *restrict src_row, unsigned src_stride, unsigned width, unsigned height); [all...] |
| /xsrc/external/mit/libXpm/dist/src/ |
| H A D | CrIFrP.c | 46 unsigned int *height) 52 if (*width == 0 && *height == 0) 54 width, height, &dum, &dum); 56 *ximage_return = XGetImage(display, pixmap, 0, 0, *width, *height, 41 xpmCreateImageFromPixmap(Display * display,Pixmap pixmap,XImage ** ximage_return,unsigned int * width,unsigned int * height) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/include/state_tracker/ |
| H A D | drisw_api.h | 16 int x, int y, unsigned width, unsigned height, unsigned stride, 19 void *data, unsigned width, unsigned height); 21 void *data, int x, int y, unsigned width, unsigned height, unsigned stride); 24 int x, int y, unsigned width, unsigned height, unsigned stride);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/include/frontend/ |
| H A D | drisw_api.h | 16 int x, int y, unsigned width, unsigned height, unsigned stride, 19 void *data, unsigned width, unsigned height); 21 void *data, int x, int y, unsigned width, unsigned height, unsigned stride); 24 int x, int y, unsigned width, unsigned height, unsigned stride);
|
| /xsrc/external/mit/MesaLib/dist/src/panfrost/lib/ |
| H A D | pan_tiler.c | 167 * - The tile width/height is at most the framebuffer w/h (clamp up to 16 pix) 223 /* If the width-x-height framebuffer is divided into tile_size-x-tile_size 231 pan_tile_count(unsigned width, unsigned height, unsigned tile_width, unsigned tile_height) argument 234 unsigned aligned_height = ALIGN_POT(height, tile_height); 252 unsigned height, 268 unsigned tile_count = pan_tile_count(width, height, tile_size, tile_size); 288 panfrost_flat_size(unsigned width, unsigned height, unsigned dim, unsigned bytes_per_tile) argument 296 unsigned raw = pan_tile_count(width, height, tw, th) * bytes_per_tile; 305 panfrost_tiler_header_size(unsigned width, unsigned height, unsigned mask, bool hierarchy) argument 308 return panfrost_hierarchy_size(width, height, mas 250 panfrost_hierarchy_size(unsigned width,unsigned height,unsigned mask,unsigned bytes_per_tile) argument 319 panfrost_tiler_full_size(unsigned width,unsigned height,unsigned mask,bool hierarchy) argument 331 panfrost_choose_tile_size(unsigned width,unsigned height,unsigned vertex_count) argument 360 panfrost_choose_hierarchy_mask(unsigned width,unsigned height,unsigned vertex_count,bool hierarchy) argument [all...] |
| /xsrc/external/mit/ctwm/dist/ |
| H A D | xparsegeometry.h | 11 unsigned int *width, unsigned int *height);
|
| /xsrc/external/mit/libdrm/dist/tests/etnaviv/ |
| H A D | write_bmp.h | 28 void bmp_dump32(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename); 30 void bmp_dump32_noflip(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename); 32 void bmp_dump32_ex(char *buffer, unsigned width, unsigned height, bool flip, bool bgra, bool alpha, const char *filename);
|
| H A D | write_bmp.c | 49 unsigned int height; member in struct:dib_header 67 bmp_header_write(int fd, int width, int height, int bgra, int noflip, int alpha) argument 71 .size = (width * height * 4) + 78 .height = noflip ? -height : height, 82 .data_size = 4 * width * height, 104 bmp_dump32(char *buffer, unsigned width, unsigned height, bool bgra, const char *filename) argument 114 bmp_header_write(fd, width, height, bgra, false, true); 116 write(fd, buffer, width * height * 120 bmp_dump32_noflip(char * buffer,unsigned width,unsigned height,bool bgra,const char * filename) argument 136 bmp_dump32_ex(char * buffer,unsigned width,unsigned height,bool flip,bool bgra,bool alpha,const char * filename) argument [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | CrPixmap.c | 38 unsigned int height); 45 unsigned int height, 58 if (height > USHRT_MAX) 59 height = 0; 65 req->height = height; 72 _XNoticeCreateBitmap (dpy, pid, width, height); 41 XCreatePixmap(register Display * dpy,Drawable d,unsigned int width,unsigned int height,unsigned int depth) argument
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | scissor.c | 34 unsigned height; member in struct:program 48 static void reshape(int width, int height) argument 51 glViewport(0, 0, (GLint)width, (GLint)height); 54 prog.height = height; 105 glScissor(1, prog.height - 11, 10, 10); 107 glScissor(prog.width - 11, prog.height - 11, 10, 10); 117 glScissor(12, prog.height - 11, 10, 10); 119 glScissor(prog.width - 22, prog.height - 11, 10, 10); 129 glScissor(1, prog.height [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/xvmc/tests/ |
| H A D | test_context.c | 37 const unsigned int width = 16, height = 16; local in function:main 53 height, 76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 79 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); 86 /* Test huge height */ 88 /* Test huge width & height */ 91 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIREC [all...] |
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/xvmc/tests/ |
| H A D | test_context.c | 37 const unsigned int width = 16, height = 16; local in function:main 53 height, 76 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIRECT, NULL) == XvMCBadContext); 79 assert(XvMCCreateContext(display, -1, surface_type_id, width, height, XVMC_DIRECT, &context) == XvBadPort); 81 assert(XvMCCreateContext(display, port_num, -1, width, height, XVMC_DIRECT, &context) == BadMatch); 83 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, -1, &context) == BadValue); 85 assert(XvMCCreateContext(display, port_num, surface_type_id, 16384, height, XVMC_DIRECT, &context) == BadValue); 86 /* Test huge height */ 88 /* Test huge width & height */ 91 assert(XvMCCreateContext(display, port_num, surface_type_id, width, height, XVMC_DIREC [all...] |
| /xsrc/external/mit/mesa-demos/dist/src/util/ |
| H A D | readtex.h | 16 GLint intFormat, GLint *width, GLint *height ); 21 GLint *width, GLint *height, GLenum *format ); 24 LoadYUVImage( const char *imageFile, GLint *width, GLint *height );
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 44 GLsizei width, GLsizei height, 51 _swrast_DrawPixels(ctx, x, y, width, height, format, type, 56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type, 42 intelDrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 44 GLsizei width, GLsizei height, 51 _swrast_DrawPixels(ctx, x, y, width, height, format, type, 56 _mesa_meta_DrawPixels(ctx, x, y, width, height, format, type, 42 intelDrawPixels(struct gl_context * ctx,GLint x,GLint y,GLsizei width,GLsizei height,GLenum format,GLenum type,const struct gl_pixelstore_attrib * unpack,const GLvoid * pixels) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/targets/graw-null/ |
| H A D | graw_null.c | 10 unsigned height, 7 graw_create_window_and_screen(int x,int y,unsigned width,unsigned height,enum pipe_format format,void ** handle) argument
|