Home
last modified time | relevance | path

Searched refs:first_image (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/drivers/dri/i965/
Dintel_tex.c133 struct gl_texture_image *first_image = texobj->Image[0][0]; in intel_alloc_texture_storage() local
135 first_image->NumSamples); in intel_alloc_texture_storage()
144 !intel_miptree_match_image(intel_texobj->mt, first_image) || in intel_alloc_texture_storage()
148 intel_get_image_dims(first_image, &width, &height, &depth); in intel_alloc_texture_storage()
150 first_image->TexFormat, in intel_alloc_texture_storage()
180 intel_texobj->_Format = first_image->TexFormat; in intel_alloc_texture_storage()
/external/ImageMagick/coders/
Dwebp.c894 *first_image; in WriteAnimatedWEBPImage() local
912 first_image=CoalesceImages(image,exception); in WriteAnimatedWEBPImage()
913 if (first_image == (Image *) NULL) in WriteAnimatedWEBPImage()
915 image=first_image; in WriteAnimatedWEBPImage()
971 first_image->filename); in WriteAnimatedWEBPImage()
975 DestroyImageList(first_image); in WriteAnimatedWEBPImage()