Home
last modified time | relevance | path

Searched defs:tempImage (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
Dtexstore.c328 GLfloat *tempImage; in _mesa_make_temp_float_image() local
439 GLuint *tempImage; in make_temp_uint_image() local
571 GLubyte *tempImage, *dst; in _mesa_make_temp_ubyte_image() local
980 GLubyte *tempImage, *src; in store_ubyte_texture() local
1709 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, in _mesa_texstore_argb2101010() local
1774 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, in _mesa_texstore_unorm44() local
1879 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, in _mesa_texstore_unorm88() local
1952 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, in _mesa_texstore_unorm1616() local
2024 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, in _mesa_texstore_unorm16() local
2077 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, in _mesa_texstore_rgba_16() local
[all …]
Dtexcompress_s3tc.c168 const GLubyte *tempImage = NULL; in _mesa_texstore_rgb_dxt1() local
221 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt1() local
274 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt3() local
326 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_dxt5() local
Dtexcompress_rgtc.c95 const GLubyte *tempImage = NULL; in _mesa_texstore_red_rgtc1() local
142 const GLfloat *tempImage = NULL; in _mesa_texstore_signed_red_rgtc1() local
189 const GLubyte *tempImage = NULL; in _mesa_texstore_rg_rgtc2() local
243 const GLfloat *tempImage = NULL; in _mesa_texstore_signed_rg_rgtc2() local
Dtexcompress_fxt1.c67 const GLubyte *tempImage = NULL; in _mesa_texstore_rgb_fxt1() local
118 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_fxt1() local
Dtexgetimage.c237 GLfloat *tempImage, *srcRow; in get_tex_rgba_compressed() local
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
Dxm_api.h338 XImage *tempImage; member
/external/dng_sdk/source/
Ddng_render.cpp1300 AutoPtr<dng_image> tempImage; in Render() local
Ddng_read_image.cpp2934 dng_row_interleaved_image tempImage (image, in Read() local
Ddng_image_writer.cpp4586 dng_row_interleaved_image tempImage (*((dng_image *) &image), in WriteImage() local
/external/mesa3d/src/gallium/winsys/sw/xlib/
Dxlib_sw_winsys.c69 XImage *tempImage; member