HomeSort by relevance Sort by last modified time
    Searched defs:tmpImage (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_copypix.c 102 GLfloat *tmpImage, *p;
142 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat) * 4);
143 if (!tmpImage) {
148 p = tmpImage;
154 p = tmpImage;
157 tmpImage = NULL; /* silence compiler warnings */
199 free(tmpImage);
249 GLfloat *p, *tmpImage, *depth;
289 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat));
290 if (!tmpImage) {
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_copypix.c 102 GLfloat *tmpImage, *p;
142 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat) * 4);
143 if (!tmpImage) {
148 p = tmpImage;
154 p = tmpImage;
157 tmpImage = NULL; /* silence compiler warnings */
199 free(tmpImage);
249 GLfloat *p, *tmpImage, *depth;
289 tmpImage = (GLfloat *) malloc(width * height * sizeof(GLfloat));
290 if (!tmpImage) {
    [all...]
  /external/opencv/cvaux/src/
cvcorrimages.cpp 61 IplImage *tmpImage = 0;
123 CV_CALL( tmpImage = cvCreateImage(cvSize(w,h),32,1) );
137 cvGoodFeaturesToTrack(grayImage, eigImage, tmpImage, cornerPoints, &foundNum, quality, minDist);
168 cvReleaseImage(&tmpImage);
    [all...]

Completed in 800 milliseconds