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

/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
H A DRenderTarget.java38 public final class RenderTarget { class
52 /** Stores the RenderTarget that is focused on the current thread. */
53 private static ThreadLocal<RenderTarget> mCurrentTarget = new ThreadLocal<RenderTarget>();
86 public static RenderTarget newTarget(int width, int height) {
92 RenderTarget result = new RenderTarget(eglDisplay, eglContext, eglSurface, 0, true, true);
97 public static RenderTarget currentTarget() {
103 public RenderTarget forTexture(TextureSource texture, int width, int height) {
115 return new RenderTarget(mDispla
348 private RenderTarget(EGLDisplay display, EGLContext context, EGLSurface surface, int fbo, method in class:RenderTarget
[all...]

Completed in 70 milliseconds