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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h58 // The GLEnv class provides functionality related to the EGL environment, which
64 class GLEnv { class in namespace:android::filterfw
67 // Constructs a new GLEnv object. This does not create a GL context.
68 GLEnv();
72 ~GLEnv();
91 // thread. In this case, deactivate the GLEnv in the old thread, and
103 // owned) by the GLEnv instance. Returns the id of the surface.
108 // This surface will now be managed (and owned) by the GLEnv instance.
139 // owned) by the GLEnv instance. Returns the id of the context.
172 // This need not be a context created by a GLEnv instanc
[all...]
H A Dgl_env.cpp34 GLEnv::GLEnv() function in class:android::filterfw::GLEnv
44 GLEnv::~GLEnv() {
76 ALOGE("GLEnv: Error tearing down GL Environment!");
79 bool GLEnv::IsInitialized() const {
85 bool GLEnv::Deactivate() {
90 bool GLEnv::Activate() {
108 bool GLEnv::SwapBuffers() {
113 bool GLEnv
[all...]

Completed in 94 milliseconds