OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cfgIter
(Results
1 - 4
of
4
) sorted by null
/external/deqp/external/openglcts/modules/common/
glcConfigListCase.cpp
133
for (vector<Config>::const_iterator
cfgIter
= configs.configs.begin();
cfgIter
!= configs.configs.end();
134
cfgIter
++)
135
log << TestLog::Message << getConfigTypeName(
cfgIter
->type) << "(" <<
cfgIter
->id
136
<< "): " << SurfaceBitsFmt(
cfgIter
->surfaceTypes) << TestLog::EndMessage;
143
for (vector<ExcludedConfig>::const_iterator
cfgIter
= configs.excludedConfigs.begin();
144
cfgIter
!= configs.excludedConfigs.end();
cfgIter
++)
145
log << TestLog::Message << getConfigTypeName(
cfgIter
->type) << "(" << cfgIter->i
[
all
...]
glcConfigListEGL.cpp
102
for (std::vector<eglw::EGLConfig>::iterator
cfgIter
= configs.begin();
cfgIter
!= configs.end();
cfgIter
++)
104
int id = eglu::getConfigAttribInt(library, display, *
cfgIter
, EGL_CONFIG_ID);
105
deUint32 renderableBits = eglu::getConfigAttribInt(library, display, *
cfgIter
, EGL_RENDERABLE_TYPE);
106
deUint32 conformantBits = eglu::getConfigAttribInt(library, display, *
cfgIter
, EGL_CONFORMANT);
107
deInt32 redSize = eglu::getConfigAttribInt(library, display, *
cfgIter
, EGL_RED_SIZE);
108
deInt32 greenSize = eglu::getConfigAttribInt(library, display, *
cfgIter
, EGL_GREEN_SIZE);
109
deInt32 blueSize = eglu::getConfigAttribInt(library, display, *
cfgIter
, EGL_BLUE_SIZE);
110
deInt32 alphaSize = eglu::getConfigAttribInt(library, display, *
cfgIter
, EGL_ALPHA_SIZE)
[
all
...]
/external/deqp/external/openglcts/modules/runner/
glcTestRunner.cpp
283
vector<AOSPConfig>::const_iterator
cfgIter
;
284
for (
cfgIter
= configs.aospConfigs.begin();
cfgIter
!= configs.aospConfigs.end(); ++
cfgIter
)
287
if ((*
cfgIter
).type == CONFIGTYPE_EGL && isGLConfigCompatible(cfgInfo, *
cfgIter
))
293
if (
cfgIter
== configs.aospConfigs.end())
327
vector<AOSPConfig>::const_iterator
cfgIter
;
328
for (
cfgIter
= configs.aospConfigs.begin();
cfgIter
!= configs.aospConfigs.end(); ++cfgIter
[
all
...]
/external/deqp/modules/egl/
teglChooseConfigTests.cpp
61
for (vector<EGLConfig>::const_iterator
cfgIter
= configs.begin();
cfgIter
!= configs.end();
cfgIter
++)
63
EGLConfig config = *
cfgIter
;
Completed in 58 milliseconds