OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLEnv
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/media/mca/filterfw/native/core/
gl_env.h
58
// The
GLEnv
class provides functionality related to the EGL environment, which
64
class
GLEnv
{
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
instance
[
all
...]
gl_env.cpp
34
GLEnv
::
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
::InitWithCurrentContext()
[
all
...]
/cts/tests/tests/effect/src/android/effect/cts/
GLEnv.java
26
public class
GLEnv
{
36
public
GLEnv
() {
Completed in 53 milliseconds