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

/frameworks/base/media/mca/effect/java/android/media/effect/
H A DEffectContext.java29 * <p>An EffectContext keeps all necessary state information to run Effects within a Open GL ES 2.0
32 * <p>Every EffectContext is bound to one GL context. The application is responsible for creating
34 * destroyed, the EffectContext becomes invalid and any effects bound to this context can no longer
35 * be used. If you switch to another EGL context, you must create a new EffectContext. Each Effect
36 * is bound to a single EffectContext, and can only be executed in that context.</p>
38 public class EffectContext { class
54 * <p>Binds the EffectContext to the current OpenGL context. All subsequent calls to the
55 * EffectContext must be made in the GL context that was active during creation.
59 public static EffectContext createWithCurrentGlContext() {
60 EffectContext resul
92 private EffectContext() { method in class:EffectContext
[all...]
/frameworks/av/media/libeffects/lvm/wrapper/Bundle/
H A DEffectBundle.h116 struct EffectContext{ struct

Completed in 65 milliseconds