OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sEglConfig
(Results
1 - 4
of
4
) sorted by null
/development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c
69
static EGLConfig
sEglConfig
;
131
&
sEglConfig
, 1, &numConfigs);
134
sEglContext = eglCreateContext(sEglDisplay,
sEglConfig
, NULL, NULL);
146
eglGetConfigAttrib(sEglDisplay,
sEglConfig
,
170
sEglSurface = eglCreateWindowSurface(sEglDisplay,
sEglConfig
,
app-win32.c
49
static EGLConfig
sEglConfig
;
125
&
sEglConfig
, 1, &numConfigs);
128
sEglSurface = eglCreateWindowSurface(sEglDisplay,
sEglConfig
,
135
sEglContext = eglCreateContext(sEglDisplay,
sEglConfig
, NULL, NULL);
/frameworks/base/core/java/android/view/
HardwareRenderer.java
831
static EGLConfig
sEglConfig
;
[
all
...]
/packages/apps/Nfc/src/com/android/nfc/
FireflyRenderer.java
51
static final int[]
sEglConfig
= {
356
if (!mEgl.eglChooseConfig(mEglDisplay,
sEglConfig
, configs, 1, configsCount)) {
Completed in 161 milliseconds