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 55 // The GLEnv class provides functionality related to the EGL environment, which
61 class GLEnv {
64 // Constructs a new GLEnv object. This does not create a GL context.
65 GLEnv();
69 ~GLEnv();
88 // thread. In this case, deactivate the GLEnv in the old thread, and
100 // owned) by the GLEnv instance. Returns the id of the surface.
105 // This surface will now be managed (and owned) by the GLEnv instance.
136 // owned) by the GLEnv instance. Returns the id of the context.
169 // This need not be a context created by a GLEnv instance
    [all...]
gl_env.cpp 32 GLEnv::GLEnv()
42 GLEnv::~GLEnv() {
74 ALOGE("GLEnv: Error tearing down GL Environment!");
77 bool GLEnv::IsInitialized() const {
83 bool GLEnv::Deactivate() {
88 bool GLEnv::Activate() {
106 bool GLEnv::SwapBuffers() {
111 bool GLEnv::InitWithCurrentContext()
    [all...]
  /cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java 26 public class GLEnv {
36 public GLEnv() {

Completed in 65 milliseconds