Home
last modified time | relevance | path

Searched refs:bind (Results 301 - 325 of 2549) sorted by relevance

1...<<11121314151617181920>>...102

/third_party/mesa3d/src/mesa/state_tracker/
H A Dst_format.c1230 st_choose_matching_format(struct st_context *st, unsigned bind, in st_choose_matching_format() argument
1236 (!bind || screen->is_format_supported(screen, pformat, PIPE_TEXTURE_2D, 0, 0, bind))) in st_choose_matching_format()
1395 unsigned i, bind, num_sample_counts = 0; in st_QuerySamplesForFormat() local
1401 bind = PIPE_BIND_DEPTH_STENCIL; in st_QuerySamplesForFormat()
1403 bind = PIPE_BIND_RENDER_TARGET; in st_QuerySamplesForFormat()
1422 PIPE_TEXTURE_2D, i, i, bind, in st_QuerySamplesForFormat()
H A Dst_atom_framebuffer.c203 framebuffer.cbufs[i]->texture->bind & PIPE_BIND_RENDER_TARGET); in st_update_framebuffer_state()
206 assert(framebuffer.zsbuf->texture->bind & PIPE_BIND_DEPTH_STENCIL); in st_update_framebuffer_state()
/third_party/skia/modules/skottie/src/text/
H A DTextAdapter.cpp226 adapter->bind(*abuilder, jd, adapter->fText.fCurrentValue); in Make()
228 adapter->bind(*abuilder, (*jm)["a"], adapter->fGroupingAlignment); in Make()
265 adapter->bind(*abuilder, (*mask)["pt"], &pinfo->fPath); in Make()
266 adapter->bind(*abuilder, (*jpath)["f"], &pinfo->fPathFMargin); in Make()
267 adapter->bind(*abuilder, (*jpath)["l"], &pinfo->fPathLMargin); in Make()
268 adapter->bind(*abuilder, (*jpath)["p"], &pinfo->fPathPerpendicular); in Make()
269 adapter->bind(*abuilder, (*jpath)["r"], &pinfo->fPathReverse); in Make()
/third_party/python/Lib/idlelib/
H A Dpyshell.py136 self.text.bind("<<set-breakpoint-here>>", self.set_breakpoint_here)
137 self.text.bind("<<clear-breakpoint-here>>", self.clear_breakpoint_here)
138 self.text.bind("<<open-python-shell>>", self.flist.open_shell)
820 "IDLE can't bind to a TCP/IP port, which is necessary to "
908 text.bind("<<newline-and-indent>>", self.enter_callback)
909 text.bind("<<plain-newline-and-indent>>", self.linefeed_callback)
910 text.bind("<<interrupt-execution>>", self.cancel_callback)
911 text.bind("<<end-of-file>>", self.eof_callback)
912 text.bind("<<open-stack-viewer>>", self.open_stack_viewer)
913 text.bind("<<toggl
[all...]
H A Dsqueezer.py115 self.bind("<Double-Button-1>", self.expand)
118 self.bind("<Button-2>", self.context_menu_event)
120 self.bind("<Button-3>", self.context_menu_event)
H A Dhelp_about.py51 self.bind('<Return>', self.ok) # dismiss dialog
52 self.bind('<Escape>', self.ok) # dismiss dialog
96 docs.bind("<Button-1>", lambda event: webbrowser.open(docs['text']))
/third_party/node/deps/v8/src/codegen/riscv64/
H A Dmacro-assembler-riscv64.cc108 bind(&skip); in LoadRoot()
170 bind(&ok); in RecordWriteField()
176 bind(&done); in RecordWriteField()
334 bind(&done); in RecordWrite()
1873 bind(&no_nan);
1881 bind(&no_nan);
2048 bind(&not_NaN); in RoundHelper()
2099 bind(&done); in RoundHelper()
2365 bind(&skip); in BranchTrueF()
2378 bind( in BranchFalseF()
[all...]
/third_party/jerryscript/tests/jerry/
H A Dregression-test-issue-1621.js15 var eval = eval.bind()
/third_party/mesa3d/src/gallium/drivers/virgl/
H A Dvirgl_texture.c70 debug_printf("VIRGL: Warning, possibly unhandled bind: %x\n", in temp_bind()
83 res->bind = temp_bind(orig->bind); in virgl_init_temp_resource_from_box()
99 res->bind = PIPE_BIND_RENDER_TARGET; in virgl_init_temp_resource_from_box()
/third_party/mesa3d/src/gallium/winsys/sw/wrapper/
H A Dwrapper_sw_winsys.c147 unsigned bind, in wsw_dt_create()
168 templ.bind = bind; in wsw_dt_create()
146 wsw_dt_create(struct sw_winsys *ws, unsigned bind, enum pipe_format format, unsigned width, unsigned height, unsigned alignment, const void *front_private, unsigned *stride) wsw_dt_create() argument
/third_party/mesa3d/src/gallium/tests/graw/
H A Dgraw_util.h80 resource_temp.bind = (PIPE_BIND_RENDER_TARGET | in graw_util_create_window()
111 resource_temp.bind = PIPE_BIND_DEPTH_STENCIL; in graw_util_create_window()
239 temp.bind = PIPE_BIND_SAMPLER_VIEW; in graw_util_create_tex2d()
/third_party/node/test/fixtures/wpt/streams/piping/
H A Dpipe-through.any.js24 enqueueInReadable = c.enqueue.bind(c);
25 closeReadable = c.close.bind(c);
103 ReadableStream.prototype.pipeThrough.bind(readable, uninterestingReadableWritablePair()),
/third_party/node/test/internet/
H A Dtest-dgram-multicast-set-interface-lo.js34 // Windows wont bind on multicasts so its filtering is by port.
207 // Don't bind the address explicitly when sending and start with
209 sendSocket.bind(common.PORT, ANY[FAM]);
290 listenSocket.bind(PORTS[MULTICAST], ANY[FAM]);
292 listenSocket.bind(common.PORT, MULTICAST);
H A Dtest-dgram-broadcast-multi-process.js174 sendSocket.bind(common.PORT, bindAddress);
252 listenSocket.bind(common.PORT);
/third_party/node/deps/npm/node_modules/npmlog/lib/
H A Dlog.js181 }.bind(log) // bind for use in tracker's on-change listener
262 }.bind(log)
378 }.bind(this)
/third_party/node/deps/npm/test/fixtures/
H A Dsandbox.js76 get: this[_get].bind(this),
77 set: this[_set].bind(this),
82 test.cleanSnapshot = this.cleanSnapshot.bind(this)
/third_party/mesa3d/src/gallium/drivers/d3d12/
H A Dd3d12_video_buffer.cpp72 pD3D12VideoBuffer->base.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET | PIPE_BIND_DISPLAY_TARGET; in d3d12_video_buffer_create()
84 templ.bind = pD3D12VideoBuffer->base.bind; in d3d12_video_buffer_create()
/third_party/python/Lib/tkinter/
H A Ddnd.py12 bind <ButtonPress> to a callback function that you write. The function
139 widget.bind(self.release_pattern, self.on_release)
140 widget.bind("<Motion>", self.on_motion)
228 label.bind("<ButtonPress>", self.press)
/third_party/skia/modules/skottie/src/animator/
H A DVec2KeyframeAnimator.cpp258 bool boundX = this->bind(abuilder, (*jprop)["x"], &v->x); in bindAutoOrientable()
259 bool boundY = this->bind(abuilder, (*jprop)["y"], &v->y); in bindAutoOrientable()
264 bool AnimatablePropertyContainer::bind<Vec2Value>(const AnimationBuilder& abuilder, in bind() function in skottie::internal::AnimatablePropertyContainer
/third_party/node/deps/npm/node_modules/function-bind/
H A Dindex.js5 module.exports = Function.prototype.bind || implementation;
/third_party/elfio/examples/c_wrapper/
H A Dc_example.c104 unsigned char bind; in main() local
108 elfio_symbol_get_symbol( psymbols, i, name, 128, &value, &size, &bind, in main()
/third_party/node/test/parallel/
H A Dtest-https-autoselectfamily.js70 socket.bind(0, () => {
74 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
H A Dtest-net-autoselectfamilydefault.js58 socket.bind(0, () => {
62 cb({ dnsServer: socket, lookup: _lookup.bind(null, resolver) });
/third_party/node/deps/v8/tools/clusterfuzz/foozzie/
H A Dv8_mock.js134 origFunctionPrototype.bind.call(type, null, ...args));
138 return x[prop].bind(obj);
/third_party/mesa3d/src/gallium/drivers/r300/
H A Dr300_screen_buffer.c128 /* We changed the buffer, now we need to bind it where the old one was bound. */ in r300_buffer_transfer_map()
183 if (templ->bind & PIPE_BIND_CONSTANT_BUFFER || in r300_buffer_create()
184 (!r300screen->caps.has_tcl && !(templ->bind & PIPE_BIND_CUSTOM))) { in r300_buffer_create()

Completed in 20 milliseconds

1...<<11121314151617181920>>...102