OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:materials
(Results
1 - 25
of
2785
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/materials/
IAlphaMask.java
1
package com.jme3.scene.plugins.blender.
materials
;
/external/jmonkeyengine/engine/src/blender/com/jme3/asset/
BlenderKey.java
14
* documentation and/or other
materials
provided with the distribution.
477
int
MATERIALS
= 0x00000003;
496
/**
Materials
from all objects. */
497
private List<Material>
materials
;
field in class:BlenderKey.LoadingResults
520
if ((featuresToLoad & FeaturesToLoad.
MATERIALS
) != 0) {
521
materials
= new ArrayList<Material>();
575
if (
materials
!= null) {
576
materials
.add(material);
631
* This method returns all loaded
materials
.
632
* @return all loaded
materials
[
all
...]
/external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/meshes/
MeshHelper.java
14
* documentation and/or other
materials
provided with the distribution.
61
import com.jme3.scene.plugins.blender.
materials
.MaterialContext;
62
import com.jme3.scene.plugins.blender.
materials
.MaterialHelper;
267
// reading
materials
269
Material[]
materials
= null;
local
271
if ((blenderContext.getBlenderKey().getFeaturesToLoad() & FeaturesToLoad.
MATERIALS
) != 0) {
272
materials
= materialHelper.getMaterials(structure, blenderContext);
273
nonTexturedMaterials =
materials
== null ? null : new Material[
materials
.length];// fill it when needed
342
if (
materials
!= null) {
[
all
...]
/external/chromium/android/
generateAndroidForwardingHeader.pl
12
# documentation and/or other
materials
provided with the distribution.
41
* documentation and/or other
materials
provided with the distribution.
/external/chromium_org/v8/samples/
count-hosts.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/intl/break-iterator/
wellformed-unsupported-locale.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/intl/collator/
wellformed-unsupported-locale.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/intl/date-format/
wellformed-unsupported-locale.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/intl/number-format/
wellformed-unsupported-locale.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/intl/
utils.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/message/
isvar.js
10
// disclaimer in the documentation and/or other
materials
provided
overwritten-builtins.js
10
// disclaimer in the documentation and/or other
materials
provided
paren_in_arg_string.js
10
// disclaimer in the documentation and/or other
materials
provided
single-function-literal.js
10
// disclaimer in the documentation and/or other
materials
provided
try-catch-finally-no-message.js
10
// disclaimer in the documentation and/or other
materials
provided
try-catch-finally-return-in-finally.js
10
// disclaimer in the documentation and/or other
materials
provided
try-finally-return-in-finally.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/message/regress/
regress-1527.js
10
// disclaimer in the documentation and/or other
materials
provided
/external/chromium_org/v8/test/mjsunit/
api-call-after-bypassed-exception.js
10
// disclaimer in the documentation and/or other
materials
provided
apply-arguments-gc-safepoint.js
10
// disclaimer in the documentation and/or other
materials
provided
arguments-indirect.js
10
// disclaimer in the documentation and/or other
materials
provided
array-non-smi-length.js
10
// disclaimer in the documentation and/or other
materials
provided
array-push-non-smi-value.js
10
// disclaimer in the documentation and/or other
materials
provided
ascii-regexp-subject.js
10
// disclaimer in the documentation and/or other
materials
provided
binary-operation-overwrite.js
10
// disclaimer in the documentation and/or other
materials
provided
Completed in 472 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>