Searched defs:processMulti (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DImageShader.java253 processMulti(new TextureSource[] { texSource },
261 public void processMulti(FrameImage2D[] inputs, FrameImage2D output) { method in class:ImageShader
267 processMulti(texSources,
278 processMulti(new TextureSource[] { texture }, target, width, height);
281 public void processMulti(TextureSource[] sources, RenderTarget target, int width, int height) { method in class:ImageShader
298 processMulti(new TextureSource[] {}, target, width, height);

Completed in 28 milliseconds