void glTexStorage2D(int target, int levels, int internalformat, int width, int height){ gles.glTexStorage2D(gl, target, levels, internalformat, width, height); }