Is their any equivalent of glDrawTexiOES (OES_draw_texture) under opengl 2.0?

i just discover that glDrawTexiOES (OES_draw_texture) (https://www.khronos.org/registry/OpenGL/extensions/OES/OES_draw_texture.txt is not available under opengl 2.0 (only in opengl 1.1). Is their any equivalent under opengl 2.0 ? Else what the most fastest way under opengl 2.0 to draw a texture without any transformation (like we could do with glDrawTexiOES) ?