HomeSort by relevance Sort by last modified time
    Searched full:bindings (Results 1201 - 1225 of 2212) sorted by null

<<41424344454647484950>>

  /external/deqp/external/openglcts/modules/common/
glcShaderRenderCase.cpp 311 const vector<TextureBinding>& bindings = quadGrid.getTextures(); local
312 DE_ASSERT((int)bindings.size() <= MAX_TEXTURES);
315 for (int ndx = 0; ndx < (int)bindings.size(); ndx++)
317 const TextureBinding& binding = bindings[ndx];
  /external/deqp/external/openglcts/modules/gl/
gl4cShaderAtomicCountersTests.cpp 1090 GLint bindings; local
1091 glGetIntegerv(GL_MAX_ATOMIC_COUNTER_BUFFER_BINDINGS, &bindings);
1093 << tcu::TestLog::Message << "MAX_ATOMIC_COUNTER_BUFFER_BINDINGS: " << bindings << tcu::TestLog::EndMessage;
    [all...]
  /external/deqp/modules/glshared/
glsShaderRenderCase.cpp 268 const vector<TextureBinding>& bindings = quadGrid.getTextures(); local
269 DE_ASSERT((int)bindings.size() <= MAX_TEXTURES);
272 for (int ndx = 0; ndx < (int)bindings.size(); ndx++)
274 const TextureBinding& binding = bindings[ndx];
  /external/e2fsprogs/intl/
bindtextdom.c 67 /* List with bindings of specific domains. */
  /external/eigen/Eigen/src/Core/
Assign_MKL.h 29 * Content : Eigen bindings to Intel(R) MKL
  /external/eigen/Eigen/src/Core/products/
TriangularMatrixVector_BLAS.h 28 * Content : Eigen bindings to BLAS F77
  /external/guice/core/src/com/google/inject/internal/
ConstructorBindingImpl.java 156 /** Returns a set of dependencies that can be iterated over to clean up stray JIT bindings. */
  /external/javasqlite/src/main/java/SQLite/
Stmt.java 79 * clearing parameter bindings.
  /external/libbrillo/brillo/dbus/
exported_property_set.h 121 // support writable properties. This is almost a feature, since bindings for
  /external/libmojo/mojo/public/cpp/bindings/
struct_traits.h 121 // reference/value to the Mojo bindings for serialization:
  /external/libmojo/mojo/public/tools/bindings/generators/js_templates/
interface_definition.tmpl 6 this.ptr = new bindings.InterfacePtrController({{interface.name}},
  /external/llvm/
CODE_OWNERS.TXT 205 D: OCaml bindings
  /external/llvm/lib/ExecutionEngine/Orc/
OrcCBindingsStack.h 1 //===--- OrcCBindingsStack.h - Orc JIT stack for C bindings ---*- C++ -*---===//
  /external/mdnsresponder/mDNSShared/
dns-sd.1 79 Similar bindings for other languages are also in development.
mDNS.1 83 Similar bindings for other languages are also in development.
  /external/mesa3d/docs/relnotes/
11.1.2.html 115 <li>nvc0: avoid crashing when there are holes in vertex array bindings</li>
  /external/nanopb-c/docs/
index.rst 123 Buffers *protoc* compiler, and the Python bindings for Protocol Buffers. On
  /external/parameter-framework/upstream/
README.md 87 If you want to compile the *Python bindings* (`PYTHON_BINDINGS=ON` by default),
  /external/perfetto/src/ipc/
deferred_unittest.cc 112 // Test that the new callback is invoked when re-bindings.
  /external/python/cpython2/Doc/library/
xml.rst 26 definition of the Python bindings for the DOM and SAX interfaces.
  /external/python/cpython2/Lib/curses/
textpad.py 21 Supports the following Emacs-like key bindings:
  /external/python/cpython2/Lib/idlelib/
configHandler.py 474 where previously used bindings are disabled.
514 #add the non-configurable bindings
586 dict. If keySetName is not None, bindings from the config
589 resort fallback' to the CUA-ish bindings defined here.
  /external/scapy/scapy/contrib/
mqtt.py 237 # LAYERS BINDINGS
  /external/scapy/scapy/layers/tls/
record_tls13.py 6 Common TLS 1.3 fields & bindings.
  /external/skia/samplecode/
SampleClipDrawMatch.cpp 18 // fractionally (via an animator) to expose snapping bugs. The key bindings are:

Completed in 1786 milliseconds

<<41424344454647484950>>