Home
last modified time | relevance | path

Searched defs:TextureSource (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DTextureSource.java25 public class TextureSource { class
115 private TextureSource(int texId, int target, boolean isOwner) { in TextureSource() method in TextureSource
/aosp_15_r20/external/skia/modules/canvaskit/npm_build/types/
H A Dindex.d.ts4523 export type TextureSource = TypedArray | HTMLImageElement | HTMLVideoElement | ImageData | ImageBit… alias