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

  /frameworks/av/media/libeffects/proxy/
EffectProxy.h 65 struct EffectContext {
  /frameworks/base/media/mca/effect/java/android/media/effect/
EffectContext.java 26 * <p>An EffectContext keeps all necessary state information to run Effects within a Open GL ES 2.0
29 * <p>Every EffectContext is bound to one GL context. The application is responsible for creating
31 * destroyed, the EffectContext becomes invalid and any effects bound to this context can no longer
32 * be used. If you switch to another EGL context, you must create a new EffectContext. Each Effect
33 * is bound to a single EffectContext, and can only be executed in that context.</p>
35 public class EffectContext {
51 * <p>Binds the EffectContext to the current OpenGL context. All subsequent calls to the
52 * EffectContext must be made in the GL context that was active during creation.
56 public static EffectContext createWithCurrentGlContext() {
57 EffectContext result = new EffectContext()
    [all...]
  /frameworks/av/media/libeffects/lvm/wrapper/Bundle/
EffectBundle.h 118 struct EffectContext{
  /external/chromium_org/v8/src/
full-codegen.h 365 EffectContext context(this);
804 class EffectContext : public ExpressionContext {
806 explicit EffectContext(FullCodeGenerator* codegen)
    [all...]
hydrogen.h 816 class EffectContext FINAL : public AstContext {
818 explicit EffectContext(HOptimizedGraphBuilder* owner)
821 virtual ~EffectContext();
    [all...]
hydrogen.cc     [all...]
  /external/chromium_org/third_party/android_platform/webview/
frameworks.jar 
  /external/robolectric/lib/main/
android.jar 
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/15/
android.jar 
  /prebuilts/sdk/16/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/19/
android.jar 
  /prebuilts/sdk/20/
android.jar 

Completed in 141 milliseconds