OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:EffectContext
(Results
1 - 15
of
15
) sorted by null
/frameworks/av/media/libeffects/proxy/
EffectProxy.h
65
struct
EffectContext
{
/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/chromium_org/v8/src/
full-codegen.h
375
EffectContext
context(this);
809
class
EffectContext
: public ExpressionContext {
811
explicit
EffectContext
(FullCodeGenerator* codegen)
[
all
...]
hydrogen.h
808
class
EffectContext
V8_FINAL : public AstContext {
810
explicit
EffectContext
(HOptimizedGraphBuilder* owner)
813
virtual ~
EffectContext
();
[
all
...]
hydrogen.cc
[
all
...]
/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/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 229 milliseconds