| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 48 const GLvoid * pixels) 52 unpack, pixels); 57 unpack, pixels); 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
|
| H A D | intel_pixel.h | 42 GLvoid * pixels); 50 const GLvoid * pixels); 61 const GLubyte * pixels);
|
| H A D | intel_tex_subimage.c | 51 GLenum format, GLenum type, const void *pixels, 78 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1, 79 format, type, pixels, packing, 81 if (!pixels) 101 format, type, pixels, packing)) { 136 const GLvoid * pixels, 143 format, type, pixels, packing)) { 147 format, type, pixels, packing); 47 intel_blit_texsubimage(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint width,GLint height,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing) argument 130 intelTexSubImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * packing) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_pixel_draw.c | 48 const GLvoid * pixels) 52 unpack, pixels); 57 unpack, pixels); 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
|
| H A D | intel_pixel.h | 42 GLvoid * pixels); 50 const GLvoid * pixels); 61 const GLubyte * pixels);
|
| H A D | intel_tex_subimage.c | 51 GLenum format, GLenum type, const void *pixels, 78 pixels = _mesa_validate_pbo_teximage(ctx, 2, width, height, 1, 79 format, type, pixels, packing, 81 if (!pixels) 101 format, type, pixels, packing)) { 136 const GLvoid * pixels, 143 format, type, pixels, packing)) { 147 format, type, pixels, packing); 47 intel_blit_texsubimage(struct gl_context * ctx,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint width,GLint height,GLenum format,GLenum type,const void * pixels,const struct gl_pixelstore_attrib * packing) argument 130 intelTexSubImage(struct gl_context * ctx,GLuint dims,struct gl_texture_image * texImage,GLint xoffset,GLint yoffset,GLint zoffset,GLsizei width,GLsizei height,GLsizei depth,GLenum format,GLenum type,const GLvoid * pixels,const struct gl_pixelstore_attrib * packing) argument
|
| /xsrc/external/mit/pixman/dist/test/ |
| H A D | pdf-op-test.c | 23 static const uint32_t pixels[] = variable in typeref:typename:const uint32_t[] 45 for (s = 0; s < ARRAY_LENGTH (pixels); ++s) 50 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[s]), 4); 52 for (m = -1; m < ARRAY_LENGTH (pixels); ++m) 58 PIXMAN_a8r8g8b8, 1, 1, (uint32_t *)&(pixels[m]), 4); 61 for (d = 0; d < ARRAY_LENGTH (pixels); ++d) 64 uint32_t dp = pixels[d];
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texgetimage.h | 43 GLenum format, GLenum type, GLvoid *pixels, 51 GLsizei bufSize, GLvoid *pixels, 57 GLenum format, GLenum type, GLvoid *pixels ); 60 GLenum type, GLsizei bufSize, GLvoid *pixels ); 63 GLenum type, GLsizei bufSize, GLvoid *pixels); 66 GLenum format, GLenum type, GLvoid *pixels); 70 GLenum format, GLenum type, GLvoid *pixels); 77 void *pixels); 89 GLvoid *pixels); 93 GLvoid *pixels); [all...] |
| H A D | readpix.h | 59 GLvoid *pixels); 63 GLenum format, GLenum type, GLvoid *pixels); 67 GLenum format, GLenum type, GLvoid *pixels ); 72 GLvoid *pixels); 77 GLvoid *pixels );
|
| H A D | texcompress_fxt1.c | 50 const uint8_t *pixels; local in function:_mesa_texstore_fxt1 75 pixels = tempImage; 80 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 90 util_format_fxt1_rgb_pack_rgba_8unorm(dst, dstRowStride, pixels, srcRowStride, srcWidth, srcHeight); 92 util_format_fxt1_rgba_pack_rgba_8unorm(dst, dstRowStride, pixels, srcRowStride, srcWidth, srcHeight);
|
| H A D | texcompress_s3tc.c | 51 const GLubyte *pixels; local in function:_mesa_texstore_rgb_dxt1 77 pixels = tempImage; 81 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 87 tx_compress_dxtn(3, srcWidth, srcHeight, pixels, 103 const GLubyte *pixels; local in function:_mesa_texstore_rgba_dxt1 133 pixels = tempImage; 137 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 143 tx_compress_dxtn(4, srcWidth, srcHeight, pixels, 159 const GLubyte *pixels; local in function:_mesa_texstore_rgba_dxt3 189 pixels 214 const GLubyte *pixels; local in function:_mesa_texstore_rgba_dxt5 [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/drivers/panfrost/ |
| H A D | pan_swizzle.h | 36 const uint8_t *pixels,
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texgetimage.h | 43 GLenum format, GLenum type, GLvoid *pixels, 51 GLsizei bufSize, GLvoid *pixels, 57 GLenum format, GLenum type, GLvoid *pixels ); 60 GLenum type, GLsizei bufSize, GLvoid *pixels ); 63 GLenum type, GLsizei bufSize, GLvoid *pixels); 70 void *pixels); 82 GLvoid *pixels); 89 GLsizei bufSize, void *pixels);
|
| H A D | readpix.h | 59 GLvoid *pixels); 63 GLenum format, GLenum type, GLvoid *pixels); 67 GLenum format, GLenum type, GLvoid *pixels ); 72 GLvoid *pixels); 77 GLvoid *pixels );
|
| H A D | texcompress_s3tc.c | 51 const GLubyte *pixels; local in function:_mesa_texstore_rgb_dxt1 77 pixels = tempImage; 81 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 87 tx_compress_dxtn(3, srcWidth, srcHeight, pixels, 103 const GLubyte *pixels; local in function:_mesa_texstore_rgba_dxt1 130 pixels = tempImage; 134 pixels = _mesa_image_address2d(srcPacking, srcAddr, srcWidth, srcHeight, 140 tx_compress_dxtn(4, srcWidth, srcHeight, pixels, 156 const GLubyte *pixels; local in function:_mesa_texstore_rgba_dxt3 183 pixels 208 const GLubyte *pixels; local in function:_mesa_texstore_rgba_dxt5 [all...] |
| /xsrc/external/mit/libX11/dist/src/ |
| H A D | FreeCols.c | 36 unsigned long *pixels, /* LISTofCARD32 */ 52 Data32 (dpy, (long *) pixels, nbytes); 33 XFreeColors(register Display * dpy,Colormap cmap,unsigned long * pixels,int npixels,unsigned long planes) argument
|
| H A D | AllCells.c | 38 unsigned long *pixels, /* LISTofCARD32 */ /* RETURN */ 60 _XRead32 (dpy, (long *) pixels, 4L * (long) (rep.nPixels)); 32 XAllocColorCells(register Display * dpy,Colormap cmap,Bool contig,unsigned long * masks,unsigned int nplanes,unsigned long * pixels,unsigned int ncolors) argument
|
| H A D | AllPlanes.c | 36 unsigned long *pixels, /* LISTofCARD32 */ /* RETURN */ 68 _XRead32 (dpy, (long *) pixels, (long)(ncolors * 4)); 32 XAllocColorPlanes(register Display * dpy,Colormap cmap,Bool contig,unsigned long * pixels,int ncolors,int nreds,int ngreens,int nblues,unsigned long * rmask,unsigned long * gmask,unsigned long * bmask) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_pixel.h | 40 GLvoid * pixels); 48 const GLvoid * pixels); 59 const GLubyte * pixels);
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_pixel.h | 40 GLvoid *pixels); 48 const GLvoid *pixels); 59 const GLubyte *pixels);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | convolution.c | 77 GLubyte* pixels; local in function:readImage 100 pixels = (GLubyte *) malloc( n * sizeof( GLubyte )); 101 if ( !pixels ) { 102 fprintf( stderr, "Unable to malloc() bytes for pixels\n" ); 107 num_read = fread( pixels, sizeof( GLubyte ), n, infile ); 112 return pixels; 116 GLubyte *pixels; variable in typeref:typename:GLubyte * 158 glDrawPixels(width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels); 204 pixels = readImage("leeds.bin", &width, &height);
|
| H A D | minmax.c | 45 * Determine the minimum and maximum values of a group of pixels. 55 static GLubyte *pixels; variable in typeref:typename:GLubyte * 81 GLubyte* pixels; local in function:readImage 101 pixels = (GLubyte *) malloc( n * sizeof( GLubyte )); 102 if ( !pixels ) { 103 fprintf( stderr, "Unable to malloc() bytes for pixels\n" ); 108 num_read = fread( pixels, sizeof( GLubyte ), n, infile ); 113 return pixels; 136 glDrawPixels(width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels); 168 pixels [all...] |
| H A D | histogram.c | 58 static GLubyte *pixels; variable in typeref:typename:GLubyte * 85 GLubyte* pixels; local in function:readImage 105 pixels = (GLubyte *) malloc( n * sizeof( GLubyte )); 106 if ( !pixels ) { 107 fprintf( stderr, "Unable to malloc() bytes for pixels\n" ); 112 num_read = fread( pixels, sizeof( GLubyte ), n, infile ); 117 return pixels; 141 glDrawPixels(width, height, GL_RGB, GL_UNSIGNED_BYTE, pixels); 199 pixels = readImage("leeds.bin", &width, &height);
|
| /xsrc/external/mit/libXmu/dist/src/ |
| H A D | CrCmap.c | 174 int npixels; /* number of pixels allocated R/W */ 175 int first_index; /* first index of pixels to use */ 178 unsigned long *pixels; /* array of colormap pixels */ local in function:readwrite_map 204 * Then insure that the pixels we were allocated are given in 206 * that our allocation includes a subset of contiguous pixels at least 210 * 2) We have a contiguous sequence of pixels, monotonically 221 if ((pixels = calloc((unsigned) vinfo->colormap_size, 225 if ((npixels = ROmap(dpy, colormap->colormap, pixels, 227 free(pixels); 336 ROmap(Display * dpy,Colormap cmap,unsigned long pixels[],int m,int n) argument 376 contiguous(unsigned long pixels[],int npixels,int ncolors,unsigned long delta,int * first,int * rem) argument 414 ROorRWcell(Display * dpy,Colormap cmap,unsigned long pixels[],int npixels,XColor * color,unsigned long p) argument 451 free_cells(Display * dpy,Colormap cmap,unsigned long pixels[],int npixels,int p) argument [all...] |
| H A D | Distinct.c | 71 unsigned long *pixels, int count) 79 if (pixels[i] == pixels[j]) 85 defs[i].pixel = pixels[i]; 70 XmuDistinguishablePixels(Display * dpy,Colormap cmap,unsigned long * pixels,int count) argument
|