Searched defs:tempImage (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dtexcompress_rgtc.c95 const GLubyte *tempImage = NULL; local
105 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
111 if (!tempImage)
121 srcaddr = tempImage + j * srcWidth;
132 if (tempImage)
133 free((void *) tempImage);
142 const GLfloat *tempImage = NULL; local
152 tempImage = _mesa_make_temp_float_image(ctx, dims,
158 if (!tempImage)
168 srcaddr = tempImage
189 const GLubyte *tempImage = NULL; local
243 const GLfloat *tempImage = NULL; local
[all...]
H A Dtexcompress_s3tc.c168 const GLubyte *tempImage = NULL; local
179 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
185 if (!tempImage)
187 pixels = tempImage;
206 if (tempImage)
207 free((void *) tempImage);
221 const GLubyte *tempImage = NULL; local
232 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
238 if (!tempImage)
240 pixels = tempImage;
274 const GLubyte *tempImage = NULL; local
326 const GLubyte *tempImage = NULL; local
[all...]
H A Dtexgetimage.c237 GLfloat *tempImage, *srcRow; local
241 tempImage = (GLfloat *) malloc(width * height * depth
243 if (!tempImage) {
248 /* Decompress the texture image - results in 'tempImage' */
259 srcMap, srcRowStride, tempImage);
265 free(tempImage);
294 _mesa_rebase_rgba_float(width * height, (GLfloat (*)[4]) tempImage,
298 srcRow = tempImage;
309 free(tempImage);
H A Dtexcompress_fxt1.c67 const GLubyte *tempImage = NULL; local
77 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
83 if (!tempImage)
85 pixels = tempImage;
102 if (tempImage)
103 free((void*) tempImage);
118 const GLubyte *tempImage = NULL; local
127 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
133 if (!tempImage)
135 pixels = tempImage;
[all...]
H A Dtexstore.c328 GLfloat *tempImage; local
357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
359 if (!tempImage)
362 dst = tempImage;
398 free(tempImage);
414 newImage[i * texComponents + k] = tempImage[i * logComponents + j];
418 free(tempImage);
419 tempImage = newImage;
422 return tempImage;
439 GLuint *tempImage; local
571 GLubyte *tempImage, *dst; local
980 GLubyte *tempImage, *src; local
1709 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
1774 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, local
1879 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, local
1952 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2024 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2077 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2137 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2270 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, local
2393 GLbyte *tempImage, *dst, *src; local
2455 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2509 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2565 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2622 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2668 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2727 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3054 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3124 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3194 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3271 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3348 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3425 const GLuint *tempImage = local
3499 const GLuint *tempImage = local
3573 const GLuint *tempImage = local
3744 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3792 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3903 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3969 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
[all...]
/external/mesa3d/src/mesa/main/
H A Dtexcompress_rgtc.c95 const GLubyte *tempImage = NULL; local
105 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
111 if (!tempImage)
121 srcaddr = tempImage + j * srcWidth;
132 if (tempImage)
133 free((void *) tempImage);
142 const GLfloat *tempImage = NULL; local
152 tempImage = _mesa_make_temp_float_image(ctx, dims,
158 if (!tempImage)
168 srcaddr = tempImage
189 const GLubyte *tempImage = NULL; local
243 const GLfloat *tempImage = NULL; local
[all...]
H A Dtexcompress_s3tc.c168 const GLubyte *tempImage = NULL; local
179 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
185 if (!tempImage)
187 pixels = tempImage;
206 if (tempImage)
207 free((void *) tempImage);
221 const GLubyte *tempImage = NULL; local
232 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
238 if (!tempImage)
240 pixels = tempImage;
274 const GLubyte *tempImage = NULL; local
326 const GLubyte *tempImage = NULL; local
[all...]
H A Dtexgetimage.c237 GLfloat *tempImage, *srcRow; local
241 tempImage = (GLfloat *) malloc(width * height * depth
243 if (!tempImage) {
248 /* Decompress the texture image - results in 'tempImage' */
259 srcMap, srcRowStride, tempImage);
265 free(tempImage);
294 _mesa_rebase_rgba_float(width * height, (GLfloat (*)[4]) tempImage,
298 srcRow = tempImage;
309 free(tempImage);
H A Dtexcompress_fxt1.c67 const GLubyte *tempImage = NULL; local
77 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
83 if (!tempImage)
85 pixels = tempImage;
102 if (tempImage)
103 free((void*) tempImage);
118 const GLubyte *tempImage = NULL; local
127 tempImage = _mesa_make_temp_ubyte_image(ctx, dims,
133 if (!tempImage)
135 pixels = tempImage;
[all...]
H A Dtexstore.c328 GLfloat *tempImage; local
357 tempImage = (GLfloat *) malloc(srcWidth * srcHeight * srcDepth
359 if (!tempImage)
362 dst = tempImage;
398 free(tempImage);
414 newImage[i * texComponents + k] = tempImage[i * logComponents + j];
418 free(tempImage);
419 tempImage = newImage;
422 return tempImage;
439 GLuint *tempImage; local
571 GLubyte *tempImage, *dst; local
980 GLubyte *tempImage, *src; local
1709 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
1774 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, local
1879 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, local
1952 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2024 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2077 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2137 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2270 const GLubyte *tempImage = _mesa_make_temp_ubyte_image(ctx, dims, local
2393 GLbyte *tempImage, *dst, *src; local
2455 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2509 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2565 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2622 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2668 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
2727 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3054 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3124 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3194 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3271 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3348 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3425 const GLuint *tempImage = local
3499 const GLuint *tempImage = local
3573 const GLuint *tempImage = local
3744 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3792 const GLfloat *tempImage = _mesa_make_temp_float_image(ctx, dims, local
3903 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
3969 const GLuint *tempImage = make_temp_uint_image(ctx, dims, local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h338 XImage *tempImage; member in struct:xmesa_buffer
/external/chromium_org/third_party/mesa/src/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c69 XImage *tempImage; member in struct:xlib_displaytarget
73 * against. May need to recreate gc, tempImage when this changes??
160 xlib_dt->tempImage = XShmCreateImage(xlib_dt->display,
167 if (xlib_dt->tempImage == NULL) {
183 XDestroyImage(xlib_dt->tempImage);
184 xlib_dt->tempImage = NULL;
202 if (xlib_dt->tempImage)
207 xlib_dt->tempImage = XCreateImage(xlib_dt->display,
260 if (xlib_dt->tempImage)
261 xlib_dt->tempImage
[all...]
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_api.h338 XImage *tempImage; member in struct:xmesa_buffer
/external/mesa3d/src/gallium/winsys/sw/xlib/
H A Dxlib_sw_winsys.c69 XImage *tempImage; member in struct:xlib_displaytarget
73 * against. May need to recreate gc, tempImage when this changes??
160 xlib_dt->tempImage = XShmCreateImage(xlib_dt->display,
167 if (xlib_dt->tempImage == NULL) {
183 XDestroyImage(xlib_dt->tempImage);
184 xlib_dt->tempImage = NULL;
202 if (xlib_dt->tempImage)
207 xlib_dt->tempImage = XCreateImage(xlib_dt->display,
260 if (xlib_dt->tempImage)
261 xlib_dt->tempImage
[all...]
/external/opencv/cv/src/
H A Dcvfeatureselect.cpp48 cvGoodFeaturesToTrack( const void* image, void* eigImage, void* tempImage, argument
82 CvMat tmp_stub, *tmp = (CvMat*)tempImage;

Completed in 2214 milliseconds