HomeSort by relevance Sort by last modified time
    Searched full:tls_required (Results 1 - 17 of 17) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nvc0/
nvc0_shader_state.c 38 if (!nvc0->state.tls_required)
40 nvc0->state.tls_required |= 1 << stage;
42 if (nvc0->state.tls_required == (1 << stage))
44 nvc0->state.tls_required &= ~(1 << stage);
nvc0_context.h 105 uint8_t tls_required; /* bitmask of shader types using l[] */ member in struct:nvc0_context::__anon18476
  /external/mesa3d/src/gallium/drivers/nvc0/
nvc0_shader_state.c 38 if (!nvc0->state.tls_required)
40 nvc0->state.tls_required |= 1 << stage;
42 if (nvc0->state.tls_required == (1 << stage))
44 nvc0->state.tls_required &= ~(1 << stage);
nvc0_context.h 105 uint8_t tls_required; /* bitmask of shader types using l[] */ member in struct:nvc0_context::__anon10960
  /external/chromium_org/third_party/libjingle/source/talk/xmpp/
xmpplogintask.cc 145 if (pctx_->tls_option_ == buzz::TLS_REQUIRED && !tls_present) {
149 if ((pctx_->tls_option_ == buzz::TLS_REQUIRED ||
xmppengineimpl.cc 54 tls_option_(buzz::TLS_REQUIRED),
xmppengine.h 85 TLS_REQUIRED
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/
nv50_context.h 99 uint8_t tls_required; member in struct:nv50_context::__anon18467
nv50_shader_state.c 135 if (!nv50->state.tls_required || nv50->state.new_tls_space)
138 nv50->state.tls_required |= 1 << stage;
140 if (nv50->state.tls_required == (1 << stage))
142 nv50->state.tls_required &= ~(1 << stage);
  /external/mesa3d/src/gallium/drivers/nv50/
nv50_context.h 99 uint8_t tls_required; member in struct:nv50_context::__anon10951
nv50_shader_state.c 135 if (!nv50->state.tls_required || nv50->state.new_tls_space)
138 nv50->state.tls_required |= 1 << stage;
140 if (nv50->state.tls_required == (1 << stage))
142 nv50->state.tls_required &= ~(1 << stage);
  /packages/apps/Email/src/com/android/email/activity/setup/
CheckSettingsErrorDialogFragment.java 172 case MessagingException.TLS_REQUIRED:
  /packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
MessagingException.java 38 public static final int TLS_REQUIRED = 2;
  /external/chromium_org/third_party/libjingle/source/talk/examples/call/
call_main.cc 355 xcs.set_use_tls(buzz::TLS_REQUIRED);
488 pump.DoLogin(xcs, new buzz::XmppSocket(buzz::TLS_REQUIRED), new XmppAuth());
  /packages/apps/Email/src/com/android/email/mail/transport/
SmtpSender.java 134 throw new MessagingException(MessagingException.TLS_REQUIRED);
  /packages/apps/Email/provider_src/com/android/email/mail/store/
ImapConnection.java 629 throw new MessagingException(MessagingException.TLS_REQUIRED);
Pop3Store.java 218 throw new MessagingException(MessagingException.TLS_REQUIRED);

Completed in 666 milliseconds