OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:createReflection
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/g3d/attributes/
ColorAttribute.java
69
public final static ColorAttribute
createReflection
(final Color color) {
73
public final static ColorAttribute
createReflection
(float r, float g, float b, float a) {
TextureAttribute.java
97
public static TextureAttribute
createReflection
(final Texture texture) {
101
public static TextureAttribute
createReflection
(final TextureRegion region) {
Completed in 101 milliseconds