OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:configIds
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/graphics/src/android/opengl/cts/
EglConfigTest.java
50
int[]
configIds
= getEglConfigIds(EGL_OPENGL_ES_BIT);
52
assertTrue(
configIds
.length + configIds2.length > 0);
53
runConfigTests(
configIds
, 1);
57
private void runConfigTests(int[]
configIds
, int contextClientVersion)
59
for (int configId :
configIds
) {
94
int[]
configIds
= new int[numConfigs[0]];
99
configIds
[i] = value[0];
104
return
configIds
;
/external/deqp/modules/egl/
teglSimpleConfigCase.cpp
66
vector<EGLint>
configIds
(m_configs.size());
69
configIds
[ndx] = getConfigID(egl, m_display, m_configs[ndx]);
71
m_testCtx.getLog() << TestLog::Message << "Compatible configs: " << tcu::formatArray(
configIds
.begin(),
configIds
.end()) << TestLog::EndMessage;
/frameworks/native/services/surfaceflinger/DisplayHardware/
HWC2.cpp
912
std::vector<hwc2_config_t>
configIds
(numConfigs);
914
configIds
.data());
922
for (auto configId :
configIds
) {
[
all
...]
Completed in 57 milliseconds