HomeSort by relevance Sort by last modified time
    Searched refs:Inherit (Results 1 - 14 of 14) sorted by null

  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
Spatial.java 79 Inherit,
106 Inherit,
122 protected CullHint cullHint = CullHint.Inherit;
123 protected BatchHint batchHint = BatchHint.Inherit;
139 protected RenderQueue.Bucket queueBucket = RenderQueue.Bucket.Inherit;
140 protected ShadowMode shadowMode = RenderQueue.ShadowMode.Inherit;
248 assert cm != CullHint.Inherit;
1017 * @return the cull mode of this spatial, or if set to CullHint.Inherit,
1021 if (cullHint != CullHint.Inherit) {
1031 if (batchHint != BatchHint.Inherit) {
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/renderer/queue/
RenderQueue.java 129 Inherit,
159 * Inherit the <code>ShadowMode</code> from the parent node.
161 Inherit
226 case Inherit:
  /device/htc/flounder/
aosp_flounder.mk 20 # details, it only fundamentally contains two inherit-product
34 # Inherit from those products. Most specific first.
35 $(call inherit-product, device/htc/flounder/product.mk)
36 $(call inherit-product, device/htc/flounder/device-lte.mk)
37 $(call inherit-product-if-exists, vendor/htc/flounder_lte/device-vendor.mk)
38 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
aosp_flounder_64_only.mk 20 # details, it only fundamentally contains two inherit-product
32 # Inherit from those products. Most specific first.
33 $(call inherit-product, device/htc/flounder/product_64_only.mk)
34 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGenBadModels.java 114 debugTangents.setCullHint(CullHint.Inherit);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
adoctint.h 530 virtual HRESULT WINAPI SetPermissions(VARIANT Name,ObjectTypeEnum ObjectType,ActionEnum Action,RightsEnum Rights,InheritTypeEnum Inherit,VARIANT ObjectTypeId) = 0;
546 HRESULT (WINAPI *SetPermissions)(_Group25 *This,VARIANT Name,ObjectTypeEnum ObjectType,ActionEnum Action,RightsEnum Rights,InheritTypeEnum Inherit,VARIANT ObjectTypeId);
564 #define _Group25_SetPermissions(This,Name,ObjectType,Action,Rights,Inherit,ObjectTypeId) (This)->lpVtbl->SetPermissions(This,Name,ObjectType,Action,Rights,Inherit,ObjectTypeId)
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/mocha/
mocha.js 910 * Inherit from `Runnable.prototype`.
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 151 node.setCullHint(visible ? CullHint.Always : CullHint.Inherit);
  /external/clang/include/clang/AST/
DeclCXX.h 183 /// to inherit the named class's constructors.
219 void setInheritConstructors(bool Inherit = true) {
220 InheritConstructors = Inherit;
317 /// virtual function/base, and doesn't inherit from a non-empty
    [all...]
  /external/v8/test/cctest/
test-api.cc 223 sub_fun->Inherit(fun);
    [all...]
  /external/v8/include/
v8.h     [all...]
  /external/v8/src/
mirror-debugger.js 125 * Inherit the prototype methods from one constructor into another.
133 * @param {function} ctor Constructor function which needs to inherit the
135 * @param {function} superCtor Constructor function to inherit prototype from
    [all...]
api.cc 864 void FunctionTemplate::Inherit(v8::Handle<FunctionTemplate> value) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 323 /* The following are the inherit flags that go into the AceFlags field
    [all...]

Completed in 236 milliseconds