OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Emissive
(Results
1 - 4
of
4
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
ColorAttribute.java
31
public static final long
Emissive
= register(EmissiveAlias);
39
protected static long Mask = Ambient | Diffuse | Specular |
Emissive
| Reflection | AmbientLight | Fog;
TextureAttribute.java
39
public final static long
Emissive
= register(EmissiveAlias);
43
protected static long Mask = Diffuse | Specular | Bump | Normal | Ambient |
Emissive
| Reflection;
90
return new TextureAttribute(
Emissive
, texture);
94
return new TextureAttribute(
Emissive
, region);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
d3d8types.h
[
all
...]
d3d9types.h
[
all
...]
Completed in 739 milliseconds