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

/packages/apps/Gallery2/src/com/android/gallery3d/glrenderer/
H A DColorTexture.java21 // ColorTexture is a texture which fills the rectangle with the specified color.
22 public class ColorTexture implements Texture { class in inherits:Texture
28 public ColorTexture(int color) { method in class:ColorTexture

Completed in 76 milliseconds