Searched defs:configId (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp46 deInt32 configId; member in class:eglu::ConfigInfo
79 , configId (0)
/external/deqp/modules/egl/
H A DteglSimpleConfigCase.cpp79 const EGLint configId = display.getConfigAttrib(*cfgIter, EGL_CONFIG_ID); local
80 const bool isInSet = idSet.find(configId) != idSet.end();
126 setMap[name]->getConfigIds().push_back(info.configId);
H A DteglRenderCase.cpp138 EGLint configId = defaultDisplay.getConfigAttrib(config, EGL_CONFIG_ID); local
144 tcu::ScopedLogSection(log, (string("Config") + de::toString(configId) + "-Window").c_str(),
145 (string("Config ID ") + de::toString(configId) + ", window surface").c_str());
166 tcu::ScopedLogSection(log, (string("Config") + de::toString(configId) + "-Pixmap").c_str(),
167 (string("Config ID ") + de::toString(configId) + ", pixmap surface").c_str());
188 tcu::ScopedLogSection(log, (string("Config") + de::toString(configId) + "-Pbuffer").c_str(),
189 (string("Config ID ") + de::toString(configId) + ", pbuffer surface").c_str());
377 matchingConfigs.push_back(configIter->configId);
422 EGLint id = cfgIter->configId;
H A DteglChooseConfigTests.cpp59 EGLint configId = display.getConfigAttrib(config, EGL_CONFIG_ID); local
64 str += de::toString(configId);
251 return m_eglTestCtx.getConfigs()[rnd.getInt(0, (int)(m_eglTestCtx.getConfigs().size()-1))].configId;
H A DteglQueryContextTests.cpp97 const EGLint configId = display.getConfigAttrib(config, EGL_CONFIG_ID); local
104 log << TestLog::Message << "Creating window surface with config ID " << configId << TestLog::EndMessage;
128 log << TestLog::Message << "Creating pixmap surface with config ID " << configId << TestLog::EndMessage;
152 log << TestLog::Message << "Creating pbuffer surface with config ID " << configId << TestLog::EndMessage;
H A DteglImageTests.cpp238 GLES2Context (EglTestContext& eglTestCtx, EGLint configId, int width, int height) argument
240 , m_config (getConfigById(eglTestCtx.getDisplay(), configId))
308 windowCfg = cfgIter->configId;
311 pixmapCfg = cfgIter->configId;
314 pbufferCfg = cfgIter->configId;
332 static EGLConfig getConfigById (const tcu::egl::Display& dpy, EGLint configId) argument
334 EGLint attributes[] = { EGL_CONFIG_ID, configId, EGL_NONE };
416 EGLint configId = GLES2Context::getConfigIdForApi(m_eglTestCtx.getConfigs(), EGL_OPENGL_ES2_BIT); local
417 log << TestLog::Message << "Using EGL config " << configId << TestLog::EndMessage;
419 GLES2Context context(m_eglTestCtx, configId, 6
582 EGLint configId = GLES2Context::getConfigIdForApi(m_eglTestCtx.getConfigs(), EGL_OPENGL_ES2_BIT); local
[all...]
H A DteglResizeTests.cpp152 const EGLint configId = eglu::getConfigAttribInt(eglDisplay, local
171 << "Chose EGLConfig with id " << configId << ".\n"
H A DteglCreateContextExtTests.cpp1007 const EGLint configId = display.getConfigAttrib(config, EGL_CONFIG_ID); local
1011 tcu::ScopedLogSection section(m_testCtx.getLog(), ("EGLConfig ID: " + de::toString(configId) + " with PBuffer").c_str(), ("EGLConfig ID: " + de::toString(configId)).c_str());
H A DteglGLES2SharingTests.cpp198 EGLint configId = -1; local
199 eglGetConfigAttrib(display, config, EGL_CONFIG_ID, &configId);
H A DteglImageFormatTests.cpp332 EGLint configId = -1; local
333 TCU_CHECK_EGL_CALL(eglGetConfigAttrib(m_display.getEGLDisplay(), config, EGL_CONFIG_ID, &configId));
334 m_log << tcu::TestLog::Message << "Creating gles2 context with config id: " << configId << " context: " << m_contextId << tcu::TestLog::EndMessage;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.metadata.generator_1.0.200.v20100503a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.publisher_1.1.2.v20100824-2220.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1591 milliseconds