OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sEglContext
(Results
1 - 3
of
3
) sorted by null
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c
70
static EGLContext
sEglContext
= EGL_NO_CONTEXT;
134
sEglContext
= eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL);
135
if (
sEglContext
== EGL_NO_CONTEXT)
177
sEglSurface,
sEglContext
);
189
eglDestroyContext(sEglDisplay,
sEglContext
);
app-win32.c
50
static EGLContext
sEglContext
= EGL_NO_CONTEXT;
135
sEglContext
= eglCreateContext(sEglDisplay, sEglConfig, NULL, NULL);
136
if (
sEglContext
== EGL_NO_CONTEXT)
141
sEglSurface,
sEglContext
);
153
eglDestroyContext(sEglDisplay,
sEglContext
);
/frameworks/native/opengl/tests/angeles/
app-linux.cpp
71
static EGLContext
sEglContext
= EGL_NO_CONTEXT;
167
sEglContext
= context;
181
eglDestroyContext(sEglDisplay,
sEglContext
);
Completed in 63 milliseconds