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

/frameworks/base/media/mca/filterfw/native/core/
H A Dgl_env.h59 // The GLEnv class provides functionality related to the EGL environment, which
65 class GLEnv { class in namespace:android::filterfw
68 // Constructs a new GLEnv object. This does not create a GL context.
69 GLEnv();
73 ~GLEnv();
92 // thread. In this case, deactivate the GLEnv in the old thread, and
104 // owned) by the GLEnv instance. Returns the id of the surface.
109 // This surface will now be managed (and owned) by the GLEnv instance.
140 // owned) by the GLEnv instance. Returns the id of the context.
173 // This need not be a context created by a GLEnv instanc
[all...]
H A Dgl_env.cpp37 GLEnv::GLEnv() function in class:android::filterfw::GLEnv
47 GLEnv::~GLEnv() {
79 ALOGE("GLEnv: Error tearing down GL Environment!");
82 bool GLEnv::IsInitialized() const {
88 bool GLEnv::Deactivate() {
93 bool GLEnv::Activate() {
111 bool GLEnv::SwapBuffers() {
116 bool GLEnv
[all...]

Completed in 46 milliseconds