D | MatrixTrackingGL.java | 147 int internalformat, int width, int height, int border, in glCompressedTexImage2D() argument 150 height, border, imageSize, data); in glCompressedTexImage2D() 161 int x, int y, int width, int height, int border) { in glCopyTexImage2D() argument 163 height, border); in glCopyTexImage2D() 623 int width, int height, int border, int format, int type, in glTexImage2D() argument 625 mgl.glTexImage2D(target, level, internalformat, width, height, border, in glTexImage2D()
|