Home
last modified time | relevance | path

Searched refs:dstImage (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
Dst_gen_mipmap.c220 struct gl_texture_image *dstImage; in st_generate_mipmap() local
239 dstImage = _mesa_get_tex_image(ctx, texObj, target, dstLevel); in st_generate_mipmap()
240 if (!dstImage) { in st_generate_mipmap()
246 ctx->Driver.FreeTextureImageBuffer(ctx, dstImage); in st_generate_mipmap()
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight, in st_generate_mipmap()
253 stImage = st_texture_image(dstImage); in st_generate_mipmap()
Dst_cb_texture.c1114 const struct gl_texture_image *dstImage = in copy_image_data_to_texture() local
1116 assert(dstImage); in copy_image_data_to_texture()
1117 assert(dstImage->Width == stImage->base.Width); in copy_image_data_to_texture()
1118 assert(dstImage->Height == stImage->base.Height); in copy_image_data_to_texture()
1119 assert(dstImage->Depth == stImage->base.Depth); in copy_image_data_to_texture()
/external/mesa3d/src/mesa/state_tracker/
Dst_gen_mipmap.c220 struct gl_texture_image *dstImage; in st_generate_mipmap() local
239 dstImage = _mesa_get_tex_image(ctx, texObj, target, dstLevel); in st_generate_mipmap()
240 if (!dstImage) { in st_generate_mipmap()
246 ctx->Driver.FreeTextureImageBuffer(ctx, dstImage); in st_generate_mipmap()
249 _mesa_init_teximage_fields(ctx, dstImage, dstWidth, dstHeight, in st_generate_mipmap()
253 stImage = st_texture_image(dstImage); in st_generate_mipmap()
Dst_cb_texture.c1114 const struct gl_texture_image *dstImage = in copy_image_data_to_texture() local
1116 assert(dstImage); in copy_image_data_to_texture()
1117 assert(dstImage->Width == stImage->base.Width); in copy_image_data_to_texture()
1118 assert(dstImage->Height == stImage->base.Height); in copy_image_data_to_texture()
1119 assert(dstImage->Depth == stImage->base.Depth); in copy_image_data_to_texture()
/external/mesa3d/src/mesa/main/
Dmipmap.c1842 struct gl_texture_image *dstImage; in _mesa_prepare_mipmap_level() local
1850 dstImage = _mesa_get_tex_image(ctx, texObj, target, level); in _mesa_prepare_mipmap_level()
1851 if (!dstImage) { in _mesa_prepare_mipmap_level()
1856 if (dstImage->Width != width || in _mesa_prepare_mipmap_level()
1857 dstImage->Height != height || in _mesa_prepare_mipmap_level()
1858 dstImage->Depth != depth || in _mesa_prepare_mipmap_level()
1859 dstImage->Border != border || in _mesa_prepare_mipmap_level()
1860 dstImage->InternalFormat != intFormat || in _mesa_prepare_mipmap_level()
1861 dstImage->TexFormat != format) { in _mesa_prepare_mipmap_level()
1863 ctx->Driver.FreeTextureImageBuffer(ctx, dstImage); in _mesa_prepare_mipmap_level()
[all …]
Dtexstore.c899 GLubyte *dstImage = dstSlices[0]; in _mesa_swizzle_ubyte_image() local
900 swizzle_copy(dstImage, dstComponents, srcImage, srcComponents, map, in _mesa_swizzle_ubyte_image()
949 GLubyte *dstImage = dstSlices[img]; in memcpy_texture() local
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight); in memcpy_texture()
/external/chromium_org/third_party/mesa/src/src/mesa/main/
Dmipmap.c1849 struct gl_texture_image *dstImage; in _mesa_prepare_mipmap_level() local
1857 dstImage = _mesa_get_tex_image(ctx, texObj, target, level); in _mesa_prepare_mipmap_level()
1858 if (!dstImage) { in _mesa_prepare_mipmap_level()
1863 if (dstImage->Width != width || in _mesa_prepare_mipmap_level()
1864 dstImage->Height != height || in _mesa_prepare_mipmap_level()
1865 dstImage->Depth != depth || in _mesa_prepare_mipmap_level()
1866 dstImage->Border != border || in _mesa_prepare_mipmap_level()
1867 dstImage->InternalFormat != intFormat || in _mesa_prepare_mipmap_level()
1868 dstImage->TexFormat != format) { in _mesa_prepare_mipmap_level()
1870 ctx->Driver.FreeTextureImageBuffer(ctx, dstImage); in _mesa_prepare_mipmap_level()
[all …]
Dtexstore.c899 GLubyte *dstImage = dstSlices[0]; in _mesa_swizzle_ubyte_image() local
900 swizzle_copy(dstImage, dstComponents, srcImage, srcComponents, map, in _mesa_swizzle_ubyte_image()
949 GLubyte *dstImage = dstSlices[img]; in memcpy_texture() local
950 memcpy(dstImage, srcImage, bytesPerRow * srcHeight); in memcpy_texture()