D | MatrixTrackingGL.java | 537 int type, Buffer pixels) { in glReadPixels() argument 538 mgl.glReadPixels(x, y, width, height, format, type, pixels); in glReadPixels() 624 Buffer pixels) { in glTexImage2D() argument 626 format, type, pixels); in glTexImage2D() 647 Buffer pixels) { in glTexSubImage2D() argument 649 format, type, pixels); in glTexSubImage2D()
|