Home | History | Annotate | Download | only in texture

Lines Matching defs:Texture2D

44 public class Texture2D extends Texture {
52 public Texture2D(){
60 public Texture2D(Image img){
79 public Texture2D(int width, int height, Image.Format format){
94 public Texture2D(int width, int height, int numSamples, Image.Format format){
101 Texture2D clone = new Texture2D();
186 if (!(other instanceof Texture2D)) {
189 Texture2D that = (Texture2D) other;