Searched defs:tempImage (Results 1 – 10 of 10) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | texstore.c | 328 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 …]
|
D | texcompress_s3tc.c | 168 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
|
D | texcompress_rgtc.c | 95 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
|
D | texcompress_fxt1.c | 67 const GLubyte *tempImage = NULL; in _mesa_texstore_rgb_fxt1() local 118 const GLubyte *tempImage = NULL; in _mesa_texstore_rgba_fxt1() local
|
D | texgetimage.c | 237 GLfloat *tempImage, *srcRow; in get_tex_rgba_compressed() local
|
/external/mesa3d/src/gallium/state_trackers/glx/xlib/ |
D | xm_api.h | 338 XImage *tempImage; member
|
/external/dng_sdk/source/ |
D | dng_render.cpp | 1300 AutoPtr<dng_image> tempImage; in Render() local
|
D | dng_read_image.cpp | 2934 dng_row_interleaved_image tempImage (image, in Read() local
|
D | dng_image_writer.cpp | 4586 dng_row_interleaved_image tempImage (*((dng_image *) &image), in WriteImage() local
|
/external/mesa3d/src/gallium/winsys/sw/xlib/ |
D | xlib_sw_winsys.c | 69 XImage *tempImage; member
|