/external/mesa3d/src/gallium/tests/graw/ |
tri-instanced.c | 30 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface 219 graw_save_surface_to_file(ctx, surf, NULL); 275 surf = ctx->create_surface(ctx, tex, &surf_tmpl); 276 if (surf == NULL) 283 fb.cbufs[0] = surf;
|
tri-gs.c | 27 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface 224 surf = ctx->create_surface(ctx, tex, &surf_tmpl); 225 if (surf == NULL) 232 fb.cbufs[0] = surf;
|
quad-sample.c | 33 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface 156 graw_save_surface_to_file(ctx, surf, NULL); 346 surf = ctx->create_surface(ctx, rttex, &surf_tmpl); 347 if (surf == NULL) 354 fb.cbufs[0] = surf;
|
vs-test.c | 47 static struct pipe_surface *surf = NULL; variable in typeref:struct:pipe_surface 233 graw_save_surface_to_file(ctx, surf, NULL); 424 surf = ctx->create_surface(ctx, rttex, &surf_tmpl); 425 if (surf == NULL) 432 fb.cbufs[0] = surf;
|
/hardware/intel/img/hwcomposer/merrifield/ips/anniedale/ |
AnnRGBPlane.cpp | 168 mContext.ctx.sp_ctx.surf = mapper.getGttOffsetInPage(0) << 12; 186 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex, 190 mContext.ctx.sp_ctx.surf, 308 mContext.ctx.prim_ctx.surf = 0; 322 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex, 326 mContext.ctx.prim_ctx.surf,
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/ |
AnnRGBPlane.cpp | 227 mContext.ctx.sp_ctx.surf = mapper.getGttOffsetInPage(0) << 12; 244 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex, 248 mContext.ctx.sp_ctx.surf, 366 mContext.ctx.prim_ctx.surf = 0; 380 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", mType, mIndex, 384 mContext.ctx.prim_ctx.surf,
|
/external/mesa3d/src/gallium/state_trackers/vega/ |
image.c | 139 struct pipe_surface *surf, surf_tmpl; local 143 surf = ctx->pipe->create_surface(ctx->pipe, dst, &surf_tmpl); 144 if (surf && renderer_copy_begin(ctx->renderer, surf, VG_TRUE, src)) { 151 pipe_surface_reference(&surf, NULL); 567 struct pipe_surface *surf, surf_tmpl; local 573 surf = pipe->create_surface(pipe, image_texture(src), &surf_tmpl); 576 surf, sx+src->x, sy+src->y, width, height); 578 pipe->surface_destroy(pipe, surf); 587 struct pipe_surface *surf, surf_tmpl local [all...] |
/external/opencv3/modules/stitching/src/ |
matchers.cpp | 51 using xfeatures2d::SURF; 325 Ptr<SURF> surf_ = SURF::create(); 327 CV_Error( Error::StsNotImplemented, "OpenCV was built without SURF support" ); 331 surf = surf_; 335 Ptr<SURF> sdetector_ = SURF::create(); 336 Ptr<SURF> sextractor_ = SURF::create(); 339 CV_Error( Error::StsNotImplemented, "OpenCV was built without SURF support" ) [all...] |
/external/libdrm/radeon/ |
radeon_surface.h | 145 struct radeon_surface *surf); 147 struct radeon_surface *surf);
|
/external/opencv3/modules/features2d/misc/java/test/ |
Features2dTest.java | 84 FeatureDetector detector = FeatureDetector.create(FeatureDetector.SURF); 85 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF);
|
BruteForceSL2DescriptorMatcherTest.java | 47 FeatureDetector detector = FeatureDetector.create(FeatureDetector.SURF); 48 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF); 73 DescriptorExtractor extractor = DescriptorExtractor.create(DescriptorExtractor.SURF);
|
SURFFeatureDetectorTest.java | 57 detector = FeatureDetector.create(FeatureDetector.SURF); 154 String truth = "<?xml version=\"1.0\"?>\n<opencv_storage>\n<name>Feature2D.SURF</name>\n<extended>0</extended>\n<hessianThreshold>100.</hessianThreshold>\n<nOctaveLayers>3</nOctaveLayers>\n<nOctaves>4</nOctaves>\n<upright>0</upright>\n</opencv_storage>\n"; 163 String truth = "%YAML:1.0\nname: \"Feature2D.SURF\"\nextended: 0\nhessianThreshold: 100.\nnOctaveLayers: 3\nnOctaves: 4\nupright: 0\n";
|
/external/opencv3/modules/java/src/ |
features2d+DescriptorExtractor.java | 28 SURF = 2, 35 OPPONENT_SURF = OPPONENTEXTRACTOR + SURF,
|
/device/google/marlin/overlay/frameworks/base/core/res/res/values-mcc208-mnc10/ |
config.xml | 35 <item>[ApnSettingV3]Darty Surf Mails,wap68,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,gid,44</item>
|
/device/lge/bullhead/overlay/frameworks/base/core/res/res/values-mcc208-mnc10/ |
config.xml | 35 <item>[ApnSettingV3]Darty Surf Mails,wap68,,,,,,,,,208,10,,DUN,,,true,0,,,,,,,gid,44</item>
|
/external/mesa3d/src/gallium/drivers/r300/ |
r300_texture.c | 884 static void r300_texture_setup_fb_state(struct r300_surface *surf) 886 struct r300_resource *tex = r300_resource(surf->base.texture); 887 unsigned level = surf->base.u.tex.level; 889 r300_stride_to_width(surf->base.format, tex->tex.stride_in_bytes[level]); 892 if (util_format_is_depth_or_stencil(surf->base.format)) { 893 surf->pitch = 897 surf->format = r300_translate_zsformat(surf->base.format); 898 surf->pitch_zmask = tex->tex.zmask_stride_in_pixels[level]; 899 surf->pitch_hiz = tex->tex.hiz_stride_in_pixels[level] [all...] |
/external/mesa3d/src/gallium/drivers/rbug/ |
rbug_context.h | 71 struct rbug_resource *surf; member in struct:rbug_context::__anon19172
|
/external/opencv3/samples/python2/ |
find_obj.py | 6 Note, that you will need the https://github.com/Itseez/opencv_contrib repo for SIFT and SURF 9 find_obj.py [--feature=<sift|surf|orb|akaze|brisk>[-flann]] [ <image1> <image2> ] 11 --feature - Feature to use. Can be sift, surf, orb or brisk. Append '-flann' 30 elif chunks[0] == 'surf':
|
asift.py | 8 is based on SIFT, you can try to use SURF or ORB detectors instead. Homography RANSAC 14 asift.py [--feature=<sift|surf|orb|brisk>[-flann]] [ <image1> <image2> ] 16 --feature - Feature to use. Can be sift, surf, orb or brisk. Append '-flann'
|
/external/mesa3d/src/gallium/auxiliary/postprocess/ |
pp_run.c | 125 p->surf.format = out->format; 126 p->surf.usage = PIPE_BIND_RENDER_TARGET; 128 p->framebuffer.cbufs[0] = p->pipe->create_surface(p->pipe, out, &p->surf);
|
/external/opencv3/doc/py_tutorials/py_feature2d/py_brief/ |
py_brief.markdown | 14 basically 512 bytes. Similarly SURF also takes minimum of 256 bytes (for 64-dim). Creating such a 39 features. So you will have to use any other feature detectors like SIFT, SURF etc. The paper 41 points than for SURF points.
|
/external/opencv3/doc/tutorials/features2d/feature_homography/ |
feature_homography.markdown | 46 //-- Step 1: Detect the keypoints and extract descriptors using SURF 49 Ptr<SURF> detector = SURF::create( minHessian );
|
/hardware/intel/img/hwcomposer/merrifield/ips/tangier/ |
TngSpritePlane.cpp | 99 mContext.ctx.sp_ctx.surf = mapper.getGttOffsetInPage(0) << 12; 110 "surf = %#x, pos = %#x, size = %#x, contalpa = %#x", 114 mContext.ctx.sp_ctx.surf,
|
/external/mesa3d/src/egl/drivers/dri2/ |
platform_x11.c | 297 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf) 300 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); 304 if (!_eglPutSurface(surf)) 316 if (surf->Type == EGL_PBUFFER_BIT) 319 free(surf); 809 dri2_swap_interval(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf, EGLint interval) 813 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf); 818 if (interval > surf->Config->MaxSwapInterval) 819 interval = surf->Config->MaxSwapInterval; 820 else if (interval < surf->Config->MinSwapInterval [all...] |
/external/mesa3d/src/gallium/auxiliary/util/ |
u_surface.c | 51 u_surface_default_template(struct pipe_surface *surf, 55 memset(surf, 0, sizeof(*surf)); 57 surf->format = texture->format; 59 surf->usage = bind;
|