HomeSort by relevance Sort by last modified time
    Searched defs:binding (Results 51 - 75 of 180) sorted by null

1 23 4 5 6 7 8

  /external/deqp/modules/gles31/functional/
es31fVertexAttributeBindingStateQueryTests.cpp 21 * \brief Vertex attribute binding state query tests.
131 // switch random va to random binding
133 const int binding = rnd.getInt(0, 16); local
136 gl.glVertexAttribBinding(va, binding);
145 else if (bindingState != binding)
147 m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: Expected " << binding << ", got " << bindingState << tcu::TestLog::EndMessage;
404 for (int binding = 0; binding < maxBindings; ++binding)
405 verifyValue(gl, GL_VERTEX_BINDING_DIVISOR, binding, 0)
    [all...]
es31fSeparateShaderTests.cpp 226 , binding (BINDING_LAST)
232 BindingKind binding; member in struct:deqp::gles31::Functional::__anon24117::VaryingParams
267 const BindingKind binding = ((params.binding == BINDING_LAST) local
268 ? randomBinding(rnd) : params.binding);
273 const int loc = ((binding == BINDING_LOCATION) ? offset : -1);
275 const string vtxName = ((binding == BINDING_NAME)
277 const string frgName = ((binding == BINDING_NAME)
627 paramCode = deUint32Hash(paramCode) + params.varyings.binding;
648 << (params.varyings.binding == BINDING_NAME ? "n"
    [all...]
es31fNegativeBufferApiTests.cpp 272 int binding = -1; local
281 ctx.glGetIntegerv (GL_READ_FRAMEBUFFER_BINDING, &binding);
282 ctx.getLog() << TestLog::Message << "// GL_READ_FRAMEBUFFER_BINDING: " << binding << TestLog::EndMessage;
288 if (binding == 0 || sampleBuffers <= 0)
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_gs_emit.c 361 unsigned vertex, binding; local
365 /* Note: since we use the binding table to keep track of buffer offsets
425 * appropriate binding table entry.
432 for (binding = 0; binding < key->num_transform_feedback_bindings;
433 ++binding) {
435 key->transform_feedback_bindings[binding];
444 binding == key->num_transform_feedback_bindings - 1 &&
451 ? BRW_SWIZZLE_WWWW : key->transform_feedback_swizzles[binding];
460 SURF_INDEX_SOL_BINDING(binding), /* binding_table_index *
    [all...]
  /frameworks/compile/mclinker/include/mcld/LD/
LDSymbol.h 87 unsigned int binding() const { function in class:mcld::LDSymbol
89 return m_pResolveInfo->binding();
  /frameworks/compile/mclinker/unittests/
NamePoolTest.cpp 74 ResolveInfo::Binding binding = ResolveInfo::Local; local
83 binding,
94 EXPECT_EQ(binding, result1.info->binding());
103 binding,
114 EXPECT_EQ(binding, result1.info->binding());
126 ResolveInfo::Binding binding = ResolveInfo::Global local
182 LDSymbol::Binding binding = LDSymbol::Global; local
215 LDSymbol::Binding binding = LDSymbol::Weak; local
    [all...]
  /external/chromium_org/chrome/renderer/resources/extensions/
web_request_internal_custom_bindings.js 5 // Custom binding for the webRequestInternal API.
7 var binding = require('binding').Binding.create('webRequestInternal'); variable
162 binding.registerCustomHook(function(api) {
190 webRequestInternal = binding.generate();
191 exports.binding = webRequestInternal;
  /external/e2fsprogs/intl/
gettextP.h 139 struct binding struct
141 struct binding *next;
159 struct binding *__domainbinding)
162 struct binding *__domainbinding)
168 struct binding *__domainbinding)
174 struct binding *domainbinding, const char *msgid,
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/binding/editors/controls/
AbstractControlActionsManager.java 11 package org.eclipse.wb.internal.core.utils.binding.editors.controls;
141 // note, if someone else has such priority, there will be key-binding conflicts logged.
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/binding/
AdapterHelper.java 17 package com.android.layoutlib.bridge.impl.binding;
37 * A Helper class to do fake data binding in {@link AdapterView} objects.
FakeAdapter.java 17 package com.android.layoutlib.bridge.impl.binding;
36 * Fake adapter to do fake data binding in {@link AdapterView} objects for {@link ListAdapter}
50 public FakeAdapter(ResourceReference adapterRef, AdapterBinding binding,
55 final int repeatCount = binding.getRepeatCount();
56 final int itemCount = binding.getItemCount();
65 for (DataBindingItem dataBindingItem : binding) {
FakeExpandableAdapter.java 17 package com.android.layoutlib.bridge.impl.binding;
47 public FakeExpandableAdapter(ResourceReference adapterRef, AdapterBinding binding,
52 createItems(binding, binding.getItemCount(), binding.getRepeatCount(), mGroupTypes, 1);
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/
key_map.js 10 * An instance contains an object-based bi-directional mapping from key binding
107 return this.bindings_.map(function(binding) {
108 return binding.sequence;
146 * Checks if this key map has a given binding.
149 * @return {boolean} Whether the binding exists.
156 var binding = this.bindings_[i];
157 if (binding.command == command && binding.sequence == sequence) {
169 * @return {boolean} Whether 'command' has a binding.
176 var binding = this.bindings_[i]
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.compiler.apt/1.0.600.v20130530-1010/
org.eclipse.jdt.compiler.apt-1.0.600.v20130530-1010.jar 
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/
ProjectCallback.java 581 * default list item binding is used.
608 AdapterBinding binding = LayoutMetadata.getNodeBinding(viewObject, uiNode); local
609 if (binding != null) {
610 return binding;
615 AdapterBinding binding = LayoutMetadata.getNodeBinding(viewObject, map); local
616 if (binding != null) {
617 return binding;
628 // binding.
637 // that could break if we add our own list binding, so for these leave the list
644 AdapterBinding binding = new AdapterBinding(count) local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
relayserver.h 130 // Adds/Removes the a connection or binding.
133 void RemoveBinding(RelayServerBinding* binding);
139 void OnTimeout(RelayServerBinding* binding);
149 // part of one and only one binding.
152 RelayServerConnection(RelayServerBinding* binding,
157 RelayServerBinding* binding() { return binding_; } function in class:cricket::RelayServerConnection
212 // Adds/Removes a connection into the binding.
216 // We keep track of the use of each binding. If we detect that it was not
relayserver.cc 103 // Deleting the binding will cause it to be removed from the map.
218 if (int_conn->binding()->HasMagicCookie(bytes, size)) {
232 RelayServerConnection* ext_conn = int_conn->binding()->GetExternalConnection(
258 ext_conn->binding()->GetInternalConnection(
275 // The initial packet should have a username (which identifies the binding).
288 // The binding should already be present.
291 LOG(LS_WARNING) << "Dropping packet: no binding with username";
295 // Add this authenticted connection to the binding.
298 ext_conn->binding()->AddExternalConnection(ext_conn);
306 RelayServerConnection* int_conn = ext_conn->binding()->GetInternalConnection
365 RelayServerBinding* binding; local
    [all...]
  /external/deqp/framework/opengl/
gluDrawUtil.hpp 97 TYPE_LOCATION = 0, //!< Binding by numeric location.
98 TYPE_NAME, //!< Binding by input name.
103 Type type; //!< Binding type (name or location).
104 std::string name; //!< Input name, or empty if is not binding by name.
105 int location; //!< Input location, or offset to named location if binding by name.
145 BindingPoint binding; member in struct:glu::VertexArrayBinding
149 : binding (binding_)
gluDrawUtil.cpp 224 const BindingPoint& binding = cur->binding; local
225 if (binding.type == BindingPoint::TYPE_NAME)
227 DE_ASSERT(binding.location >= 0);
228 int location = gl.getAttribLocation(program, binding.name.c_str());
231 // Add binding.location as an offset to accommodate matrices.
232 *out = VertexArrayBinding(BindingPoint(location + binding.location), cur->pointer);
259 const BindingPoint& binding = cur->binding; local
261 if (binding.type != BindingPoint::TYPE_LOCATION
    [all...]
  /frameworks/compile/mclinker/lib/LD/
ResolveInfo.cpp 224 uint32_t ResolveInfo::binding() const function in class:ResolveInfo
  /frameworks/compile/mclinker/lib/Target/AArch64/
AArch64Relocator.cpp 136 // change symbol binding to Global if it's a weak symbol
137 ResolveInfo::Binding binding = (ResolveInfo::Binding)pSym.binding(); local
138 if (binding == ResolveInfo::Weak)
139 binding = ResolveInfo::Global;
146 binding,
  /frameworks/testing/espresso/libs/
dagger-1.2.1.jar 
  /external/elfutils/0.153/libasm/
libasmP.h 194 /* Binding of the symbol. */
195 int8_t binding; member in struct:AsmSym
  /frameworks/compile/mclinker/lib/Target/Hexagon/
HexagonRelocator.cpp 425 // change symbol binding to Global if it's a weak symbol
426 ResolveInfo::Binding binding = (ResolveInfo::Binding) pSym.binding(); local
427 if (binding == ResolveInfo::Weak)
428 binding = ResolveInfo::Global;
433 binding, pSym.size(), // size
447 ResolveInfo::Define, binding, alias->size(), // size
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/cp/
name-lookup.h 51 /* Datatype that represents binding established by a declaration between
58 /* Nonzero if this binding is for a local scope, as opposed to a class
73 /* The scope at which this binding was made. */
82 /* The name of the current binding. */
84 /* The binding we're saving. */ member in struct:cxx_saved_binding
85 cxx_binding *binding;
159 /* For each binding contour we allocate a binding_level structure
174 Also there may be binding levels that catch cleanups that must be
203 /* For the binding level corresponding to a class, the entities
208 is used for all binding levels. The TREE_PURPOSE is the name o
    [all...]

Completed in 1346 milliseconds

1 23 4 5 6 7 8