HomeSort by relevance Sort by last modified time
    Searched defs:Opaque (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/WebKit/Source/web/
PageWidgetDelegate.h 73 Opaque,
  /external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
p12.cpp 9 template <unsigned n> struct Opaque {};
10 template <unsigned n> void expect(Opaque<n> _) {}
28 Opaque<0> foo(Opaque<0>);
29 Opaque<0> foo(Opaque<1>);
30 Opaque<0> foo(Opaque<2>);
36 Opaque<1> foo(Opaque<1>)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
ImageBuffer.h 81 Opaque,
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
Canvas2DLayerBridge.h 50 Opaque,
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
RenderQueue.java 85 Opaque,
92 * using Opaque) through the transparent parts of the newly drawn
166 * of Gui, Opaque, Sky, or Transparent. The GeometryComparators are
178 * <li>Bucket.Opaque: {@link com.jme3.renderer.queue.OpaqueComparator} which sorts
194 case Opaque:
260 case Opaque:
328 case Opaque:
350 case Opaque:
  /external/llvm/lib/ExecutionEngine/
ExecutionEngineBindings.cpp 342 uint8_t *(*AllocateCodeSection)(void *Opaque,
345 uint8_t *(*AllocateDataSection)(void *Opaque,
348 LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg);
349 void (*Destroy)(void *Opaque);
355 void *Opaque);
369 void *Opaque;
374 void *Opaque)
375 : Functions(Functions), Opaque(Opaque) {
387 Functions.Destroy(Opaque);
    [all...]

Completed in 192 milliseconds