Searched defs:bind (Results 76 - 100 of 200) sorted by relevance

12345678

/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
H A Dcparse.py785 def bind(self, f): pass member in class:TransUnit._psyco
788 psyco.bind( Lexer.get_token )
789 psyco.bind( Node )
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLSocketImplWrapper.java54 public void bind(SocketAddress sockaddr) throws IOException { method in class:OpenSSLSocketImplWrapper
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_surface.c53 unsigned bind)
58 /* XXX should filter out all non-rt/ds bind flags ? */
59 surf->usage = bind;
71 uint bind,
91 target, 0, bind)) {
108 templ.bind = bind;
115 u_surface_default_template(&surf_templ, *textureOut, bind);
51 u_surface_default_template(struct pipe_surface *surf, const struct pipe_resource *texture, unsigned bind) argument
69 util_create_rgba_surface(struct pipe_context *pipe, uint width, uint height, uint bind, struct pipe_resource **textureOut, struct pipe_surface **surfaceOut) argument
/external/mesa3d/src/gallium/drivers/radeonsi/
H A Dr600_texture.c136 if (ptex->bind & PIPE_BIND_SCANOUT) {
184 unsigned bind; local
187 bind = PIPE_BIND_DEPTH_STENCIL;
189 bind = PIPE_BIND_RENDER_TARGET;
199 bind))
340 resource.bind = 0;
345 resource.bind |= PIPE_BIND_RENDER_TARGET;
350 resource.bind |= PIPE_BIND_SAMPLER_VIEW;
508 if (!si_init_resource(rscreen, resource, size, base_align, base->bind, base->usage)) {
531 !(templ->bind
[all...]
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dkernel.cpp68 void *st = exec.bind(&q);
143 _cl_kernel::exec_context::bind(clover::command_queue *__q) { function in class:_cl_kernel::exec_context
147 arg->bind(*this);
207 _cl_kernel::scalar_argument::bind(exec_context &ctx) { function in class:_cl_kernel::scalar_argument
229 _cl_kernel::global_argument::bind(exec_context &ctx) { function in class:_cl_kernel::global_argument
265 _cl_kernel::local_argument::bind(exec_context &ctx) { function in class:_cl_kernel::local_argument
293 _cl_kernel::constant_argument::bind(exec_context &ctx) { function in class:_cl_kernel::constant_argument
323 _cl_kernel::image_rd_argument::bind(exec_context &ctx) { function in class:_cl_kernel::image_rd_argument
353 _cl_kernel::image_wr_argument::bind(exec_context &ctx) { function in class:_cl_kernel::image_wr_argument
383 _cl_kernel::sampler_argument::bind(exec_contex function in class:_cl_kernel::sampler_argument
[all...]
/external/mesa3d/src/gallium/state_trackers/dri/common/
H A Ddri_drawable.c263 unsigned *bind)
271 *bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
275 *bind = PIPE_BIND_DEPTH_STENCIL; /* XXX sampler? */
279 *bind = 0;
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
/external/mesa3d/src/gallium/state_trackers/dri/drm/
H A Ddri_drawable.c263 unsigned *bind)
271 *bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
275 *bind = PIPE_BIND_DEPTH_STENCIL; /* XXX sampler? */
279 *bind = 0;
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
/external/mesa3d/src/gallium/state_trackers/dri/sw/
H A Ddri_drawable.c263 unsigned *bind)
271 *bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
275 *bind = PIPE_BIND_DEPTH_STENCIL; /* XXX sampler? */
279 *bind = 0;
260 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) argument
H A Ddrisw.c217 unsigned bind; local
223 dri_drawable_get_format(drawable, statts[i], &format, &bind);
227 bind |= PIPE_BIND_DISPLAY_TARGET;
233 templ.bind = bind;
/external/mesa3d/src/gallium/state_trackers/egl/wayland/
H A Dnative_wayland.c377 uint bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW | local
399 surface->color_format, bind);
/external/mesa3d/src/gallium/state_trackers/glx/xlib/
H A Dxm_st.c138 unsigned bind; local
154 bind = PIPE_BIND_DISPLAY_TARGET |
159 bind = PIPE_BIND_DEPTH_STENCIL;
168 templ.bind = bind;
/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c168 unsigned int bind = stype_bind[stype]; local
178 PIPE_TEXTURE_2D, 0, bind)) {
262 unsigned int bind; local
267 bind = stype_bind[xa_format_type(fdesc.xa_format)];
269 bind |= PIPE_BIND_SHARED;
271 bind |= PIPE_BIND_RENDER_TARGET;
273 bind |= PIPE_BIND_SCANOUT;
276 PIPE_TEXTURE_2D, 0, bind))
314 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
317 template->bind |
[all...]
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
H A DShadowAppWidgetManager.java54 private static void bind(AppWidgetManager appWidgetManager, Context context) { method in class:ShadowAppWidgetManager
H A DShadowResources.java42 static Resources bind(Resources resources, ResourceLoader resourceLoader) { method in class:ShadowResources
205 return ShadowAssetManager.bind(Robolectric.newInstanceOf(AssetManager.class), resourceLoader);
/external/chromium_org/components/devtools_bridge/android/java/src/org/chromium/components/devtools_bridge/
H A DSocketTunnelBase.java99 public void bind(AbstractDataChannel dataChannel) { method in class:SocketTunnelBase
/external/chromium_org/content/public/android/java/src/org/chromium/content/browser/
H A DChildProcessConnectionImpl.java114 boolean bind(String[] commandLine) { method in class:ChildProcessConnectionImpl.ChildServiceConnection
235 if (!mInitialBinding.bind(commandLine)) {
241 mWaivedBinding.bind(null);
410 mStrongBinding.bind(null);
/external/chromium_org/third_party/jinja2/
H A Dext.py73 def bind(self, environment): member in class:Extension
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_format.c230 util_format_is_supported(enum pipe_format format, unsigned bind) argument
237 if ((bind & PIPE_BIND_RENDER_TARGET) &&
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/nouveau/
H A Dnouveau_buffer.c29 if (buf->base.bind & PIPE_BIND_CONSTANT_BUFFER)
142 if (buf->base.bind & PIPE_BIND_CONSTANT_BUFFER)
210 if (buf->domain != 0 && (buf->base.bind & (PIPE_BIND_VERTEX_BUFFER |
369 if (buffer->base.bind &
387 if (buffer->base.bind & screen->vidmem_bindings)
390 if (buffer->base.bind & screen->sysmem_bindings)
408 unsigned bytes, unsigned bind)
421 buffer->base.bind = bind;
407 nouveau_user_buffer_create(struct pipe_screen *pscreen, void *ptr, unsigned bytes, unsigned bind) argument
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/egl/common/
H A Dnative_helper.c50 uint bind; member in struct:resource_surface
68 enum pipe_format format, uint bind)
76 rsurf->bind = bind;
150 templ.bind = rsurf->bind;
456 if ((nbuf->u.drm.templ.bind & res->bind) != nbuf->u.drm.templ.bind)
468 if (nbuf->u.drm.templ.bind
67 resource_surface_create(struct pipe_screen *screen, enum pipe_format format, uint bind) argument
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp116 template<typename T, const T &ref> void bind() { function in namespace:reference_parameters::PR6250
123 bind<int, counter>(); // expected-note{{instantiation of}}
165 void x0c(X0<g>); // expected-error{{non-type template parameter of reference type 'int (&)(int)' cannot bind to template argument of type 'int (float)'}}
167 void x0e(X0<funcptr>); // expected-error{{non-type template parameter of reference type 'int (&)(int)' cannot bind to template argument of type 'int (*)(int)'}}
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dexample-bind.cpp4 // Example bind implementation from the variadic templates proposal,
243 inline bound_functor<F, BoundArgs...> bind(const F& f, const BoundArgs&... bound_args) { function
348 // Test bind
352 bind(plus<int>(), x, _1)(y);
/external/libedit/src/
H A Dtty.c62 el_action_t bind[3]; /* emacs, vi, and vi-cmd */ member in struct:ttymap_t
930 map[UC(new[0])] = tp->bind[el->el_map.type];
935 alt[UC(new[0])] = tp->bind[el->el_map.type + 1];
/external/lzma/CPP/7zip/Archive/7z/
H A D7zEncode.cpp351 const CBind &bind = _options.Binds[i]; local
352 bindPair.InIndex = _bindInfo.GetCoderInStreamIndex(bind.InCoder) + bind.InStream;
353 bindPair.OutIndex = _bindInfo.GetCoderOutStreamIndex(bind.OutCoder) + bind.OutStream;
H A D7zHandlerOut.cpp440 static HRESULT GetBindInfo(UString &srcString, CBind &bind) argument
442 RINOK(GetBindInfoPart(srcString, bind.OutCoder, bind.OutStream));
446 RINOK(GetBindInfoPart(srcString, bind.InCoder, bind.InStream));
470 CBind bind; local
471 RINOK(GetBindInfo(name, bind));
472 _binds.Add(bind);

Completed in 745 milliseconds

12345678