/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_tex_copy.c | 42 radeon_texture_image *timg, 49 const GLuint face = timg->base.Base.Face; 50 const GLuint level = timg->base.Base.Level; 66 if (_mesa_get_format_bits(timg->base.Base.TexFormat, GL_DEPTH_BITS) > 0) { 74 if (!timg->mt) { 79 assert(timg->mt); 80 assert(timg->mt->bo); 81 assert(timg->base.Base.Width >= dstx + width); 82 assert(timg->base.Base.Height >= dsty + height); 85 intptr_t dst_offset = radeon_miptree_image_offset(timg->mt, face, level) [all...] |
/external/opencv3/samples/cpp/ |
squares.cpp | 52 Mat pyr, timg, gray0(image.size(), CV_8U), gray; local 56 pyrUp(pyr, timg, image.size()); 63 mixChannels(&timg, 1, &gray0, 1, ch, 1);
|
stereo_calib.cpp | 101 Mat timg; local 103 timg = img; 105 resize(img, timg, Size(), scale, scale); 106 found = findChessboardCorners(timg, boardSize, corners,
|
/external/opencv3/samples/tapi/ |
squares.cpp | 38 UMat pyr, timg, gray0(image.size(), CV_8U), gray; local 42 pyrUp(pyr, timg, image.size()); 49 mixChannels(timg, gray0, ch, 1);
|
/external/opencv3/samples/python2/ |
asift.py | 83 timg, tmask, Ai = affine_skew(t, phi, img) 84 keypoints, descrs = detector.detectAndCompute(timg, tmask)
|
/external/opencv/cxcore/src/ |
cxdrawing.cpp | [all...] |
/external/opencv3/modules/imgproc/src/ |
drawing.cpp | [all...] |