OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eglConfigs
(Results
1 - 4
of
4
) sorted by null
/cts/tests/tests/graphics/src/android/opengl/cts/
EglContextTest.java
142
EGLConfig[]
eglConfigs
= new EGLConfig[1];
144
eglDisplay, DEFAULT_CONFIGURATION, 0,
eglConfigs
, 0, 1, configsCount, 0)) {
147
return
eglConfigs
[0];
/external/deqp/modules/egl/
teglChooseConfigReference.cpp
435
std::vector<EGLConfig>
eglConfigs
= eglu::getConfigs(egl, display);
439
configInfos.resize(
eglConfigs
.size());
440
for (size_t ndx = 0; ndx <
eglConfigs
.size(); ndx++)
441
eglu::queryConfigInfo(egl, display,
eglConfigs
[ndx], &configInfos[ndx]);
445
for (size_t ndx = 0; ndx <
eglConfigs
.size(); ndx++)
446
configs.push_back(SurfaceConfig(
eglConfigs
[ndx], configInfos[ndx]));
/packages/apps/Camera2/src/com/android/camera/data/
GlideFilmstripManager.java
244
EGLConfig[]
eglConfigs
= new EGLConfig[1];
247
eglConfigs
, 0, 1, configCount, 0);
253
EGLConfig eglConfig =
eglConfigs
[0];
/frameworks/base/services/core/java/com/android/server/display/
ColorFade.java
544
EGLConfig[]
eglConfigs
= new EGLConfig[1];
546
eglConfigs
, 0,
eglConfigs
.length, numEglConfigs, 0)) {
550
mEglConfig =
eglConfigs
[0];
Completed in 416 milliseconds