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

12345678910

/external/mesa3d/src/gallium/state_trackers/xa/
H A Dxa_tracker.c188 unsigned int bind = stype_bind[stype]; local
199 PIPE_TEXTURE_2D, 0, bind)) {
289 unsigned int bind; local
294 bind = stype_bind[xa_format_type(fdesc.xa_format)];
296 bind |= PIPE_BIND_SHARED;
298 bind |= PIPE_BIND_RENDER_TARGET;
300 bind |= PIPE_BIND_SCANOUT;
303 PIPE_TEXTURE_2D, 0, bind))
356 template->bind = stype_bind[xa_format_type(fdesc.xa_format)];
359 template->bind |
[all...]
/external/mesa3d/src/gallium/winsys/virgl/drm/
H A Dvirtgpu_drm.h74 uint32_t bind; member in struct:drm_virtgpu_resource_create
/external/mesa3d/src/gallium/winsys/virgl/vtest/
H A Dvirgl_vtest_socket.c154 uint32_t bind,
170 res_create_buf[VCMD_RES_CREATE_BIND] = bind;
150 virgl_vtest_send_resource_create(struct virgl_vtest_winsys *vws, uint32_t handle, enum pipe_texture_target target, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples) argument
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_bufferobjects.c187 unsigned bind, pipe_usage, pipe_flags = 0; local
216 bind = PIPE_BIND_RENDER_TARGET | PIPE_BIND_SAMPLER_VIEW;
219 bind = PIPE_BIND_VERTEX_BUFFER;
222 bind = PIPE_BIND_INDEX_BUFFER;
225 bind = PIPE_BIND_SAMPLER_VIEW;
228 bind = PIPE_BIND_STREAM_OUTPUT;
231 bind = PIPE_BIND_CONSTANT_BUFFER;
235 bind = PIPE_BIND_COMMAND_ARGS_BUFFER;
239 bind = PIPE_BIND_SHADER_BUFFER;
242 bind
[all...]
H A Dst_cb_readpixels.c290 dst_templ.bind |= PIPE_BIND_DEPTH_STENCIL;
292 dst_templ.bind |= PIPE_BIND_RENDER_TARGET;
418 unsigned bind; local
466 bind = PIPE_BIND_DEPTH_STENCIL;
468 bind = PIPE_BIND_RENDER_TARGET;
472 dst_format = st_choose_matching_format(st, bind, format, type,
H A Dst_extensions.c533 * Given a list of formats and bind flags, return the maximum number
541 unsigned bind)
548 PIPE_TEXTURE_2D, i, bind)) {
537 get_max_samples_for_formats(struct pipe_screen *screen, unsigned num_formats, enum pipe_format *formats, unsigned max_samples, unsigned bind) argument
/external/minijail/
H A Dsystem.c255 uid_t gid, bool bind)
280 * If bind mounting, we only create a directory if the source
281 * is a directory, else we always bind mount it as a file to
291 (!bind && (S_ISBLK(st_buf.st_mode) ||
296 /* Disallow relative bind mounts. */
297 if (bind)
254 setup_mount_destination(const char *source, const char *dest, uid_t uid, uid_t gid, bool bind) argument
/external/parameter-framework/asio/include/asio/
H A Dbasic_socket.hpp114 this->get_service().bind(this->get_implementation(), endpoint, ec);
115 asio::detail::throw_error(ec, "bind");
566 * socket.bind(asio::ip::tcp::endpoint(
570 void bind(const endpoint_type& endpoint) function in class:asio::basic_socket
573 this->get_service().bind(this->get_implementation(), endpoint, ec);
574 asio::detail::throw_error(ec, "bind");
592 * socket.bind(asio::ip::tcp::endpoint(
600 asio::error_code bind(const endpoint_type& endpoint, function in class:asio::basic_socket
603 return this->get_service().bind(this->get_implementation(), endpoint, ec);
H A Dbasic_socket_acceptor.hpp45 * acceptor.bind(endpoint);
128 * acceptor.bind(endpoint);
146 this->get_service().bind(this->get_implementation(), endpoint, ec);
147 asio::detail::throw_error(ec, "bind");
364 * acceptor.bind(endpoint);
367 void bind(const endpoint_type& endpoint) function in class:asio::basic_socket_acceptor
370 this->get_service().bind(this->get_implementation(), endpoint, ec);
371 asio::detail::throw_error(ec, "bind");
390 * acceptor.bind(endpoint, ec);
397 asio::error_code bind(cons function in class:asio::basic_socket_acceptor
[all...]
H A Dsocket_acceptor_service.hpp131 asio::error_code bind(implementation_type& impl, function in class:asio::socket_acceptor_service
134 return service_impl_.bind(impl, endpoint, ec);
H A Dstream_socket_service.hpp169 asio::error_code bind(implementation_type& impl, function in class:asio::stream_socket_service
172 return service_impl_.bind(impl, endpoint, ec);
/external/parameter-framework/asio/include/asio/detail/
H A Dreactive_socket_service.hpp136 asio::error_code bind(implementation_type& impl, function in class:asio::detail::reactive_socket_service
139 socket_ops::bind(impl.socket_, endpoint.data(), endpoint.size(), ec);
/external/parameter-framework/asio-1.10.6/include/asio/
H A Dbasic_socket.hpp114 this->get_service().bind(this->get_implementation(), endpoint, ec);
115 asio::detail::throw_error(ec, "bind");
566 * socket.bind(asio::ip::tcp::endpoint(
570 void bind(const endpoint_type& endpoint) function in class:asio::basic_socket
573 this->get_service().bind(this->get_implementation(), endpoint, ec);
574 asio::detail::throw_error(ec, "bind");
592 * socket.bind(asio::ip::tcp::endpoint(
600 asio::error_code bind(const endpoint_type& endpoint, function in class:asio::basic_socket
603 return this->get_service().bind(this->get_implementation(), endpoint, ec);
H A Dbasic_socket_acceptor.hpp45 * acceptor.bind(endpoint);
128 * acceptor.bind(endpoint);
146 this->get_service().bind(this->get_implementation(), endpoint, ec);
147 asio::detail::throw_error(ec, "bind");
364 * acceptor.bind(endpoint);
367 void bind(const endpoint_type& endpoint) function in class:asio::basic_socket_acceptor
370 this->get_service().bind(this->get_implementation(), endpoint, ec);
371 asio::detail::throw_error(ec, "bind");
390 * acceptor.bind(endpoint, ec);
397 asio::error_code bind(cons function in class:asio::basic_socket_acceptor
[all...]
H A Dsocket_acceptor_service.hpp131 asio::error_code bind(implementation_type& impl, function in class:asio::socket_acceptor_service
134 return service_impl_.bind(impl, endpoint, ec);
H A Dstream_socket_service.hpp169 asio::error_code bind(implementation_type& impl, function in class:asio::stream_socket_service
172 return service_impl_.bind(impl, endpoint, ec);
/external/parameter-framework/asio-1.10.6/include/asio/detail/
H A Dreactive_socket_service.hpp136 asio::error_code bind(implementation_type& impl, function in class:asio::detail::reactive_socket_service
139 socket_ops::bind(impl.socket_, endpoint.data(), endpoint.size(), ec);
/external/python/cpython2/Lib/lib-tk/
H A DCanvas.py53 def bind(self, sequence=None, command=None, add=None): member in class:CanvasItem
154 def bind(self, sequence=None, command=None, add=None): member in class:Group
/external/robolectric/v1/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/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowAppWidgetManager.java57 private static void bind(AppWidgetManager appWidgetManager, Context context) { method in class:ShadowAppWidgetManager
/external/slf4j/slf4j-api/src/main/java/org/slf4j/
H A DLoggerFactory.java120 bind();
136 private final static void bind() { method in class:LoggerFactory
/external/tpm2/
H A DSession.c309 TPMI_DH_ENTITY bind, // IN: the bind object
368 // If there is a bind object or a session secret, then need to compute
370 if(bind != TPM_RH_NULL || seed->t.size != 0)
385 entityAuth.t.size = EntityGetAuthValue(bind, &entityAuth.t.buffer);
397 if(bind != TPM_RH_NULL && sessionType == TPM_SE_HMAC)
400 SessionComputeBoundEntity(bind, &session->u1.boundEntity);
402 // If there is a bind object and it is subject to DA, then use of this session
404 session->attributes.isDaBound = (bind != TPM_RH_NULL)
405 && (IsDAExempted(bind)
304 SessionCreate( TPM_SE sessionType, TPMI_ALG_HASH authHash, TPM2B_NONCE *nonceCaller, TPMT_SYM_DEF *symmetric, TPMI_DH_ENTITY bind, TPM2B_DATA *seed, TPM_HANDLE *sessionHandle ) argument
[all...]
/external/turbine/java/com/google/turbine/binder/
H A DTypeBinder.java132 public static SourceTypeBoundClass bind( method in class:TypeBinder
134 return new TypeBinder(env, sym, base).bind();
148 private SourceTypeBoundClass bind() { method in class:TypeBinder
/external/xmlrpcpp/src/
H A DXmlRpcSocket.cpp111 XmlRpcSocket::bind(int fd, int port) function in class:XmlRpcSocket
118 return (::bind(fd, (struct sockaddr *)&saddr, sizeof(saddr)) == 0);

Completed in 1515 milliseconds

12345678910