Searched defs:Color3f (Results 1 - 5 of 5) sorted by relevance

/external/libgdx/extensions/gdx-box2d/gdx-box2d-gwt/src/com/badlogic/gdx/physics/box2d/gwt/emu/org/jbox2d/common/
H A DColor3f.java51 * Similar to javax.vecmath.Color3f holder
55 public class Color3f { class
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(
68 public Color3f(){ method in class:Color3f
71 public Color3f(float r, float g, float b) { method in class:Color3f
[all...]
/external/opencv3/3rdparty/openexr/Imath/
H A DImathColor.h271 typedef Color3<float> Color3f; typedef in namespace:Imath
/external/mesa3d/src/mesa/vbo/
H A Dvbo_attrib_tmp.h320 TAG(Color3f)(GLfloat x, GLfloat y, GLfloat z) function
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_icd.h63 void (GLAPIENTRY * Color3f)(GLfloat, GLfloat, GLfloat); member in struct:__GLdispatchTableRec
/external/libgdx/backends/gdx-backend-lwjgl3/libs/
H A Dlwjgl.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/lwjgl/ org/lwjgl/egl/ org/lwjgl/glfw/ org/ ...

Completed in 255 milliseconds