Searched defs:direct (Results 1 - 25 of 39) sorted by relevance

12

/external/chromium_org/third_party/mesa/src/src/glx/
H A Dcreate_context.c38 GLXContext share_context, Bool direct,
73 if (direct && psc->vtable->create_context_attribs) {
37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) argument
/external/dropbear/
H A Dtcpfwd.h31 /* For a direct-tcpip request, it's the addr/port we want the other
43 enum {direct, forwarded} tcp_type; enumerator in enum:TCPListener::__anon17740
/external/mesa3d/src/glx/
H A Dcreate_context.c38 GLXContext share_context, Bool direct,
73 if (direct && psc->vtable->create_context_attribs) {
37 glXCreateContextAttribsARB(Display *dpy, GLXFBConfig config, GLXContext share_context, Bool direct, const int *attrib_list) argument
/external/chromium/net/spdy/
H A Dspdy_http_utils.cc81 bool direct) {
105 if (direct)
78 CreateSpdyHeadersFromHttpRequest(const HttpRequestInfo& info, const HttpRequestHeaders& request_headers, spdy::SpdyHeaderBlock* headers, bool direct) argument
H A Dspdy_http_stream.cc27 bool direct)
38 direct_(direct) { }
26 SpdyHttpStream(SpdySession* spdy_session, bool direct) argument
H A Dspdy_test_util.cc403 bool direct) {
408 (direct ? "/" : "http://www.google.com/"),
398 ConstructSpdyGet(const char* const extra_headers[], int extra_header_count, bool compressed, int stream_id, RequestPriority request_priority, bool direct) argument
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_staging.c58 boolean direct, struct util_staging_transfer *tx)
69 if (direct)
53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_staging.c58 boolean direct, struct util_staging_transfer *tx)
69 if (direct)
53 util_staging_transfer_init(struct pipe_context *pipe, struct pipe_resource *pt, unsigned level, unsigned usage, const struct pipe_box *box, boolean direct, struct util_staging_transfer *tx) argument
/external/ceres-solver/internal/ceres/
H A Djet_quaternion_integration_test.cc118 Quaternion<J> direct = Quaternion<J>::Slerp(a, b, J(0.75)); local
125 ExpectQuaternionsClose(direct, indirect);
/external/chromium_org/tools/gn/
H A Dtarget.cc21 const LabelConfigVector& direct = from_target->direct_dependent_configs(); local
22 for (size_t i = 0; i < direct.size(); i++) {
23 if (unique_configs->find(direct[i].ptr) == unique_configs->end()) {
24 unique_configs->insert(direct[i].ptr);
25 dest->push_back(direct[i]);
97 // Convert any groups we depend on to just direct dependencies on that
143 // be treated as direct dependencies of A, so this is unnecessary and will
183 // Forward direct dependent configs if requested.
/external/chromium_org/net/spdy/
H A Dspdy_http_utils.cc87 bool direct) {
112 if (direct)
83 CreateSpdyHeadersFromHttpRequest(const HttpRequestInfo& info, const HttpRequestHeaders& request_headers, SpdyHeaderBlock* headers, SpdyMajorVersion protocol_version, bool direct) argument
H A Dspdy_http_stream.cc29 bool direct)
44 direct_(direct) {
28 SpdyHttpStream(const base::WeakPtr<SpdySession>& spdy_session, bool direct) argument
/external/chromium_org/third_party/zlib/
H A Dgzguts.h103 int direct; /* true if last read direct, false if gzip */ member in struct:__anon14908
/external/grub/stage2/
H A Ddir.h56 * a struct direct at the front of it, containing its inode number,
77 struct direct struct
87 * the directory entry. This requires the amount of space in struct direct
93 ((sizeof (struct direct) - (MAXNAMLEN+1)) + (((dp)->d_namlen+1 + 3) &~ 3))
98 * Should use struct direct's, but the name field
141 extern struct direct *readdir ();
/external/chromium/net/http/
H A Dhttp_stream_factory_impl.cc168 bool direct,
190 bool use_relative_url = direct || request->url().SchemeIs("https");
166 OnSpdySessionReady( scoped_refptr<SpdySession> spdy_session, bool direct, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, bool was_npn_negotiated, bool using_spdy, const NetLog::Source& source) argument
H A Dhttp_stream_factory_impl_request.cc231 bool direct) {
257 bool use_relative_url = direct || url().SchemeIs("https");
264 spdy_session, direct, used_ssl_config, used_proxy_info,
228 OnSpdySessionReady( Job* job, scoped_refptr<SpdySession> spdy_session, bool direct) argument
H A Dhttp_stream_factory_impl_job.cc481 // No proxies/direct to choose from. This happens when we don't support
740 bool direct = true; local
746 // We have a SPDY session to the origin server. This might be a direct
750 // If we don't have a direct SPDY session, and we're using an HTTPS
757 direct = false;
776 spdy_session_direct_ = direct;
788 bool use_relative_url = direct || request_info_.url.SchemeIs("https");
/external/chromium_org/net/http/
H A Dhttp_stream_factory_impl.cc267 bool direct,
296 bool use_relative_url = direct || request->url().SchemeIs("wss");
303 bool use_relative_url = direct || request->url().SchemeIs("https");
265 OnNewSpdySessionReady( const base::WeakPtr<SpdySession>& spdy_session, bool direct, const SSLConfig& used_ssl_config, const ProxyInfo& used_proxy_info, bool was_npn_negotiated, NextProto protocol_negotiated, bool using_spdy, const BoundNetLog& net_log) argument
H A Dhttp_stream_factory_impl_request.cc295 bool direct) {
322 bool use_relative_url = direct || url().SchemeIs("wss");
329 bool use_relative_url = direct || url().SchemeIs("https");
337 direct,
292 OnNewSpdySessionReady( Job* job, const base::WeakPtr<SpdySession>& spdy_session, bool direct) argument
H A Dhttp_stream_factory_impl_job.cc682 // No proxies/direct to choose from. This happens when we don't support
1091 bool direct = true; local
1096 // If we don't have a direct SPDY session, and we're using an HTTPS
1102 direct = false;
1130 spdy_session_direct_ = direct;
1145 bool use_relative_url = direct || request_info_.url.SchemeIs("wss");
1150 bool use_relative_url = direct || request_info_.url.SchemeIs("https");
/external/zlib/src/
H A Dgzguts.h175 int direct; /* 0 if processing gzip, 1 if transparent */ member in struct:__anon29822
/external/chromium_org/third_party/libxslt/libxslt/
H A Dpattern.c107 int direct; member in struct:_xsltCompMatch
165 cur->direct = 0;
449 * detect consecutive XSLT_OP_PREDICATE indicating a direct
456 comp->direct = 1;
515 * Test whether the node matches the pattern, do a direct evalutation
856 * direct computation approach. It's not done directly
860 if (comp->direct) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
H A DxmesaP.h115 GLboolean direct; /* Direct rendering context? */ member in struct:xmesa_context
/external/libxslt/libxslt/
H A Dpattern.c107 int direct; member in struct:_xsltCompMatch
165 cur->direct = 0;
449 * detect consecutive XSLT_OP_PREDICATE indicating a direct
456 comp->direct = 1;
515 * Test whether the node matches the pattern, do a direct evalutation
856 * direct computation approach. It's not done directly
860 if (comp->direct) {
/external/mesa3d/src/mesa/drivers/x11/
H A DxmesaP.h115 GLboolean direct; /* Direct rendering context? */ member in struct:xmesa_context

Completed in 935 milliseconds

12