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

1 2

  /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/samsung/maguro/
full_maguro.mk 20 # details, it only fundamentally contains two inherit-product
27 # Inherit from those products. Most specific first.
28 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
30 #$(call inherit-product, device/sample/products/backup_overlay.mk)
31 # Inherit from maguro device
32 $(call inherit-product, device/samsung/maguro/device.mk)
  /device/samsung/toro/
full_toro.mk 20 # details, it only fundamentally contains two inherit-product
34 # Inherit from those products. Most specific first.
35 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
37 #$(call inherit-product, device/sample/products/backup_overlay.mk)
38 # Inherit from toro device
39 $(call inherit-product, device/samsung/toro/device_vzw.mk)
  /device/samsung/toroplus/
full_toroplus.mk 20 # details, it only fundamentally contains two inherit-product
27 # Inherit from those products. Most specific first.
28 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base_telephony.mk)
30 #$(call inherit-product, device/sample/products/backup_overlay.mk)
31 # Inherit from maguro device
32 $(call inherit-product, device/samsung/toroplus/device.mk)
  /device/samsung/tuna/
full_tuna.mk 20 # details, it only fundamentally contains two inherit-product
24 # Inherit from those products. Most specific first.
25 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
27 #$(call inherit-product, device/sample/products/backup_overlay.mk)
28 # Inherit from tuna device
29 $(call inherit-product, device/samsung/tuna/device.mk)
  /external/webkit/Source/WebCore/bindings/v8/custom/
V8HTMLAudioElementConstructor.cpp 92 result->Inherit(V8HTMLAudioElement::GetTemplate());
V8HTMLImageElementConstructor.cpp 103 result->Inherit(V8HTMLImageElement::GetTemplate());
V8HTMLOptionElementConstructor.cpp 101 result->Inherit(V8HTMLOptionElement::GetTemplate());
V8HTMLDocumentCustom.cpp 60 shadowTemplate->Inherit(V8HTMLDocument::GetTemplate());
  /device/asus/tilapia/
full_tilapia.mk 22 # Inherit from those products. Most specific first.
23 $(call inherit-product, device/asus/tilapia/device.mk)
25 #$(call inherit-product, device/sample/products/backup_overlay.mk)
26 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
  /device/samsung/manta/
full_manta.mk 20 # details, it only fundamentally contains two inherit-product
36 # Inherit from those products. Most specific first.
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
38 $(call inherit-product, device/samsung/manta/device.mk)
  /device/ti/panda/
full_panda.mk 20 # details, it only fundamentally contains two inherit-product
36 # Inherit from those products. Most specific first.
37 $(call inherit-product, $(SRC_TARGET_DIR)/product/aosp_base.mk)
38 $(call inherit-product, device/ti/panda/device.mk)
39 $(call inherit-product-if-exists, vendor/ti/proprietary/omap4xxx/ti-omap4-vendor.mk)
  /external/jmonkeyengine/engine/src/test/jme3test/light/
TestTangentGenBadModels.java 114 debugTangents.setCullHint(CullHint.Inherit);
  /external/chromium/chrome/browser/resources/net_internals/
loggrouper.js 84 // Inherit the current parent.
util.js 6 * Inherit the prototype methods from one constructor into another.
  /external/webkit/Source/WebCore/dom/
Element.cpp     [all...]
Node.h 131 enum StyleChange { NoChange, NoInherit, Inherit, Detach, Force };
  /external/harfbuzz/src/
harfbuzz-indic.cpp 488 Inherit
    [all...]
  /external/harfbuzz_ng/src/hb-old/
harfbuzz-indic.cpp 488 Inherit
    [all...]
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/objects/
ObjectHelper.java 151 node.setCullHint(visible ? CullHint.Always : CullHint.Inherit);
  /external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp 528 desc->Inherit(parentClass);
  /external/clang/include/clang/AST/
DeclCXX.h 194 /// to inherit the named class's constructors.
231 void setInheritConstructors(bool Inherit = true) {
232 InheritConstructors = Inherit;
303 /// virtual function/base, and doesn't inherit from a non-empty
    [all...]
  /external/webkit/Source/WebCore/svg/
SVGUseElement.cpp 350 if ((change >= Inherit || needsStyleRecalc() || childNeedsStyleRecalc()) && m_targetElementInstance && !m_updatesBlocked) {
    [all...]
  /external/v8/test/cctest/
test-api.cc 182 sub_fun->Inherit(fun);
198 sub_fun->Inherit(fun);
907 derived->Inherit(base);
    [all...]

Completed in 794 milliseconds

1 2