Searched defs:TextureSource (Results 1 – 2 of 2) sorted by relevance
25 public class TextureSource { class115 private TextureSource(int texId, int target, boolean isOwner) { in TextureSource() method in TextureSource
4523 export type TextureSource = TypedArray | HTMLImageElement | HTMLVideoElement | ImageData | ImageBit… alias