| /xsrc/external/mit/mesa-demos/dist/src/demos/ |
| H A D | lodbias.c | 232 GLubyte *newImage = malloc(256 * 256 * 4); local in function:Init 234 256, 256, GL_UNSIGNED_BYTE, newImage); 236 image = newImage;
|
| /xsrc/external/mit/mesa-demos/dist/src/tests/ |
| H A D | bug_3195.c | 209 GLubyte *newImage = malloc(256 * 256 * 4); local in function:Init 211 256, 256, GL_UNSIGNED_BYTE, newImage); 213 image = newImage;
|
| H A D | arraytexture.c | 285 GLubyte *newImage = malloc(256 * 256 * 4); local in function:Init 287 256, 256, GL_UNSIGNED_BYTE, newImage); 289 image = newImage;
|
| H A D | mipmap_view.c | 69 GLubyte *newImage = malloc(TexWidth * TexHeight * 4); local in function:MipGenTexture 76 TexWidth, TexHeight, GL_UNSIGNED_BYTE, newImage); 78 image = newImage;
|
| H A D | mipmap_limits.c | 142 GLubyte *newImage = malloc(WIDTH * HEIGHT * 4); local in function:makeImages 144 WIDTH, HEIGHT, GL_UNSIGNED_BYTE, newImage); 146 image = newImage;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fbo.c | 762 struct gl_texture_image *newImage = rb->TexImage; local in function:radeon_render_texture 773 assert(newImage); 775 radeon_image = (radeon_texture_image *)newImage; 784 if (!radeon_update_wrapper(ctx, rrb, newImage)) { 790 att->Texture->Name, newImage->Width, newImage->Height,
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fbo.c | 762 struct gl_texture_image *newImage = rb->TexImage; local in function:radeon_render_texture 773 assert(newImage); 775 radeon_image = (radeon_texture_image *)newImage; 784 if (!radeon_update_wrapper(ctx, rrb, newImage)) { 790 att->Texture->Name, newImage->Width, newImage->Height,
|
| /xsrc/external/mit/glu/dist/src/libutil/ |
| H A D | mipmap.c | 3556 GLushort *newImage; local in function:gluBuild1DMipmapLevelsCore 3575 newImage = (GLushort *) 3578 if (newImage == NULL) { 3582 data, newImage); 3595 /* Use newImage for this level */ 3598 0, format, GL_UNSIGNED_SHORT, (void *) newImage); 3610 free(newImage); 3614 scale_internal(cmpts, newImage_width, 1, newImage, 3616 /* Swap newImage and otherImage */ 3618 otherImage = newImage; 3702 GLushort *newImage; local in function:bitmapBuild2DMipmaps 6685 fillImage3D(const PixelStorageModes * psm,GLint width,GLint height,GLint depth,GLenum format,GLenum type,GLboolean indexFormat,const void * userImage,GLushort * newImage) argument [all...] |