HomeSort by relevance Sort by last modified time
    Searched defs:EffectContext (Results 1 - 9 of 9) sorted by null

  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectContext.java 29 * <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 {
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 result = new EffectContext()
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 116 struct EffectContext{
  /external/v8/src/
full-codegen.h 349 EffectContext context(this);
766 class EffectContext : public ExpressionContext {
768 explicit EffectContext(FullCodeGenerator* codegen)
hydrogen.h 622 class EffectContext: public AstContext {
624 explicit EffectContext(HGraphBuilder* owner)
627 virtual ~EffectContext();
    [all...]
hydrogen.cc     [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/current/
android.jar 

Completed in 307 milliseconds