HomeSort by relevance Sort by last modified time
    Searched full:surf (Results 101 - 125 of 207) sorted by null

1 2 3 45 6 7 8 9

  /external/mesa3d/src/gallium/state_trackers/xvmc/
surface.c 361 struct pipe_surface surf_templ, *surf; local
390 surf = pipe->create_surface(pipe, tex, &surf_templ);
392 if (!surf)
436 vl_compositor_render(cstate, compositor, surf, dirty_area);
  /external/opencv3/modules/stitching/perf/opencl/
perf_stitch.cpp 23 #define TEST_DETECTORS testing::Values("surf", "orb")
  /external/skia/src/c/
sk_surface.cpp 460 SkSurface* surf = (SkSurface*)csurf; local
461 return (sk_canvas_t*)surf->getCanvas();
465 SkSurface* surf = (SkSurface*)csurf; local
466 return (sk_image_t*)surf->newImageSnapshot();
  /frameworks/native/opengl/include/EGL/
eglext.h 501 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativeWindowNV( EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType* window);
502 EGLAPI EGLBoolean EGLAPIENTRY eglQueryNativePixmapNV( EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType* pixmap);
505 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEWINDOWNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativeWindowType *window);
506 typedef EGLBoolean (EGLAPIENTRYP PFNEGLQUERYNATIVEPIXMAPNVPROC)(EGLDisplay dpy, EGLSurface surf, EGLNativePixmapType *pixmap);
  /hardware/qcom/gps/msm8960/utils/
loc_target.cpp 53 #define STR_SURF "Surf"
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 740 destroy_surface(_EGLDisplay *disp, _EGLSurface *surf)
743 struct GLX_egl_surface *GLX_surf = GLX_egl_surface(surf);
999 GLX_eglDestroySurface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf)
1003 if (_eglPutSurface(surf))
1004 destroy_surface(disp, surf);
    [all...]
  /external/mesa3d/src/gallium/drivers/rbug/
rbug_context.c 72 (void *) rb_pipe->draw_rule.surf, 0,
80 if (rb_pipe->draw_rule.surf &&
81 rb_pipe->draw_rule.surf == rb_pipe->curr.zsbuf)
83 if (rb_pipe->draw_rule.surf)
85 if (rb_pipe->draw_rule.surf == rb_pipe->curr.cbufs[k])
    [all...]
  /external/opencv3/samples/cpp/
stitching_detailed.cpp 82 " --features (surf|orb)\n"
83 " Type of features used for images matching. The default is surf.\n"
85 " Confidence for feature matching step. The default is 0.65 for surf and 0.3 for orb.\n"
135 string features_type = "surf";
385 if (features_type == "surf")
  /external/opencv3/samples/gpu/performance/
tests.cpp 282 TEST(SURF)
287 Ptr<Feature2D> surf = xfeatures2d::SURF::create(); local
291 surf->detectAndCompute(src, Mat(), keypoints, descriptors);
294 surf->detectAndCompute(src, Mat(), keypoints, descriptors);
  /external/mesa3d/src/egl/drivers/dri2/
platform_android.c 230 droid_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf)
233 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf);
235 if (!_eglPutSurface(surf))
egl_dri2.c 986 _EGLDisplay *disp, _EGLSurface *surf, EGLint buffer)
989 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf);
997 if (!_eglBindTexImage(drv, disp, surf, buffer))
1028 _EGLDisplay *disp, _EGLSurface *surf, EGLint buffer)
1032 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf);
1040 if (!_eglReleaseTexImage(drv, disp, surf, buffer))
    [all...]
platform_wayland.c 206 dri2_destroy_surface(_EGLDriver *drv, _EGLDisplay *disp, _EGLSurface *surf)
209 struct dri2_egl_surface *dri2_surf = dri2_egl_surface(surf);
214 if (!_eglPutSurface(surf))
245 free(surf);
  /external/mesa3d/src/gallium/auxiliary/util/
u_inlines.h 107 pipe_surface_reference(struct pipe_surface **ptr, struct pipe_surface *surf)
111 if (pipe_reference_described(&(*ptr)->reference, &surf->reference,
114 *ptr = surf;
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11_context.h 1157 struct pipe_surface* surf = ((GalliumD3D11DepthStencilView*)depth_stencil_view.p)->object; local
1170 struct pipe_surface* surf = ((GalliumD3D11RenderTargetView*)render_target_views[i].p)->object; local
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/nouveau/
nv04_surface.c 219 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
268 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
587 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
nv04_context.c 84 BEGIN_NV04(push, NV01_SUBC(SURF, OBJECT), 1);
  /external/mesa3d/src/gallium/drivers/radeonsi/
si_state.c 1448 struct r600_surface *surf; local
1616 struct r600_surface *surf; local
    [all...]
  /device/asus/fugu/original-kernel-headers/linux/
psb_drm.h 708 uint32_t surf; member in struct:intel_sprite_context
1209 uint32_t surf; member in struct:intel_dc_cursor_ctx
1226 uint32_t surf; member in struct:intel_dc_sprite_ctx
1244 uint32_t surf; member in struct:intel_dc_primary_ctx
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_blit.c 280 struct r300_surface *surf = r300_surface(fb->cbufs[0]); local
283 r300_depth_clear_cb_value(surf->base.format, color->f);
285 width = surf->cbzb_width;
286 height = surf->cbzb_height;
  /external/mesa3d/src/gallium/tests/graw/
fs-fragcoord.c 198 debug_dump_surface_bmp(info.ctx, "result.bmp", surf);
fs-write-z.c 177 debug_dump_surface_bmp(info.ctx, "result.bmp", surf);
  /hardware/intel/img/hwcomposer/merrifield/ips/anniedale/
AnnCursorPlane.cpp 151 mContext.ctx.cs_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
  /hardware/intel/img/hwcomposer/merrifield/ips/tangier/
TngCursorPlane.cpp 174 mContext.ctx.cs_ctx.surf = mapper.getGttOffsetInPage(0) << 12;
TngPrimaryPlane.cpp 67 mContext.ctx.prim_ctx.surf = 0;
  /hardware/intel/img/hwcomposer/moorefield_hdmi/ips/anniedale/
AnnCursorPlane.cpp 172 mContext.ctx.cs_ctx.surf = mapper.getGttOffsetInPage(0) << 12;

Completed in 647 milliseconds

1 2 3 45 6 7 8 9