Uses of Interface
org.teavm.jso.dom.html.HTMLImageElement
Packages that use HTMLImageElement
-
Uses of HTMLImageElement in org.teavm.jso.webgl
Methods in org.teavm.jso.webgl with parameters of type HTMLImageElementModifier and TypeMethodDescriptionvoid
WebGLRenderingContext.texImage2D(int target, int level, int internalformat, int format, int type, HTMLImageElement image)
void
WebGLRenderingContext.texSubImage2D(int target, int level, int xoffset, int yoffset, int format, int type, HTMLImageElement image)