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

/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DGLEnvironment.java30 public class GLEnvironment { class
36 public GLEnvironment() { method in class:GLEnvironment
40 private GLEnvironment(NativeAllocatorTag tag) { method in class:GLEnvironment
58 throw new RuntimeException("Could not initialize GLEnvironment with new context!");
65 throw new RuntimeException("Could not initialize GLEnvironment with current context!");
86 throw new RuntimeException("Could not activate GLEnvironment!");
92 throw new RuntimeException("Could not deactivate GLEnvironment!");

Completed in 54 milliseconds