HomeSort by relevance Sort by last modified time
    Searched defs:GLEnv (Results 1 - 3 of 3) sorted by null

  /frameworks/base/media/mca/filterfw/native/core/
gl_env.h 59 // The GLEnv class provides functionality related to the EGL environment, which
65 class GLEnv {
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 instance
    [all...]
gl_env.cpp 37 GLEnv::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::InitWithCurrentContext()
    [all...]
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 26 public class GLEnv {
36 public GLEnv() {

Completed in 259 milliseconds