HomeSort by relevance Sort by last modified time
    Searched defs:Color3f (Results 1 - 5 of 5) sorted by null

  /external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
Color3f.java 51 * Similar to javax.vecmath.Color3f holder
55 public class Color3f {
57 public static final Color3f WHITE = new Color3f(1, 1, 1);
58 public static final Color3f BLACK = new Color3f(0, 0, 0);
59 public static final Color3f BLUE = new Color3f(0, 0, 1);
60 public static final Color3f GREEN = new Color3f(0, 1, 0)
    [all...]
  /external/opencv3/3rdparty/openexr/Imath/
ImathColor.h 271 typedef Color3<float> Color3f;
  /external/mesa3d/src/mesa/vbo/
vbo_attrib_tmp.h 320 TAG(Color3f)(GLfloat x, GLfloat y, GLfloat z)
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_icd.h 63 void (GLAPIENTRY * Color3f)(GLfloat, GLfloat, GLfloat);
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 

Completed in 600 milliseconds