Searched defs:Opaque (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/
H A DPageWidgetDelegate.h73 Opaque, enumerator in enum:WebKit::PageWidgetDelegate::CanvasBackground
/external/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/
H A Dp12.cpp9 template <unsigned n> struct Opaque {}; struct
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<
[all...]
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
H A DImageBuffer.h81 Opaque, enumerator in enum:WebCore::OpacityMode
/external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
H A DCanvas2DLayerBridge.h50 Opaque, enumerator in enum:WebCore::Canvas2DLayerBridge::OpacityMode
/external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
H A DRenderQueue.java85 Opaque, enum constant in enum:RenderQueue.Bucket
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/clang/include/clang/AST/
H A DTemplateBase.h413 TemplateArgumentLocInfo Opaque)
414 : Argument(Argument), LocInfo(Opaque) {
412 TemplateArgumentLoc(const TemplateArgument &Argument, TemplateArgumentLocInfo Opaque) argument
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngineBindings.cpp342 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; member in class:__anon21249::SimpleBindingMemoryManager
374 void *Opaque)
375 : Functions(Functions), Opaque(Opaque) {
387 Functions.Destroy(Opaque);
372 SimpleBindingMemoryManager( const SimpleBindingMMFunctions& Functions, void *Opaque) argument
416 LLVMCreateSimpleMCJITMemoryManager( void *Opaque, uint8_t *(*AllocateCodeSection)(void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID), uint8_t *(*AllocateDataSection)(void *Opaque, uintptr_t Size, unsigned Alignment, unsigned SectionID, LLVMBool IsReadOnly), LLVMBool (*FinalizeMemory)(void *Opaque, char **ErrMsg), void (*Destroy)(void *Opaque)) argument
[all...]

Completed in 168 milliseconds