Search in sources :

Example 36 with GLEnvironment

use of android.filterfw.core.GLEnvironment in project android_frameworks_base by crdroidandroid.

the class MffEnvironment method createGLEnvironment.

/**
     * Create and activate a new GL environment for use in this filter context.
     */
public void createGLEnvironment() {
    GLEnvironment glEnvironment = new GLEnvironment();
    glEnvironment.initWithNewContext();
    setGLEnvironment(glEnvironment);
}
Also used : GLEnvironment(android.filterfw.core.GLEnvironment)

Aggregations

GLEnvironment (android.filterfw.core.GLEnvironment)36 Frame (android.filterfw.core.Frame)18 GLFrame (android.filterfw.core.GLFrame)18 Point (android.filterfw.geometry.Point)6 NativeFrame (android.filterfw.core.NativeFrame)3