Home
last modified time | relevance | path

Searched refs:configId (Results 1 – 9 of 9) sorted by relevance

/external/deqp/modules/egl/
DteglRenderCase.cpp118 const EGLint configId = eglu::getConfigID(egl, display, config); in executeForConfig() local
129 string("Config") + de::toString(configId) + "-Window", in executeForConfig()
130 string("Config ID ") + de::toString(configId) + ", window surface"); in executeForConfig()
154 string("Config") + de::toString(configId) + "-Pixmap", in executeForConfig()
155 string("Config ID ") + de::toString(configId) + ", pixmap surface"); in executeForConfig()
178 string("Config") + de::toString(configId) + "-Pbuffer", in executeForConfig()
179 string("Config ID ") + de::toString(configId) + ", pbuffer surface"); in executeForConfig()
DteglQuerySurfaceTests.cpp129 if (id != info.configId) in checkCommonAttributes()
314 …log << TestLog::Message << "Creating window surface with config ID " << info.configId << TestLog::… in executeForConfig()
345 …log << TestLog::Message << "Creating pixmap surface with config ID " << info.configId << TestLog::… in executeForConfig()
375 …log << TestLog::Message << "Creating pbuffer surface with config ID " << info.configId << TestLog:… in executeForConfig()
587 …log << TestLog::Message << "Creating window surface with config ID " << info.configId << TestLog::… in executeForConfig()
616 …log << TestLog::Message << "Creating pixmap surface with config ID " << info.configId << TestLog::… in executeForConfig()
644 …log << TestLog::Message << "Creating pbuffer surface with config ID " << info.configId << TestLog:… in executeForConfig()
DteglCreateContextExtTests.cpp891 const EGLint configId = eglu::getConfigAttribInt(egl, m_display, config, EGL_CONFIG_ID); in iterate() local
895 …(), ("EGLConfig ID: " + de::toString(configId) + " with PBuffer").c_str(), ("EGLConfig ID: " + de:… in iterate()
DteglResizeTests.cpp160 const EGLint configId = eglu::getConfigAttribInt(egl, in init() local
183 << "Chose EGLConfig with id " << configId << ".\n" in init()
DteglChooseConfigTests.cpp64 EGLint configId = eglu::getConfigID(egl, display, config); in configListToString() local
69 str += de::toString(configId); in configListToString()
DteglImageFormatTests.cpp290 EGLint configId = -1; in GLES2ImageApi() local
291 EGLU_CHECK_CALL(m_egl, getConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId)); in GLES2ImageApi()
292 …getLog() << tcu::TestLog::Message << "Creating gles2 context with config id: " << configId << " co… in GLES2ImageApi()
/external/deqp/framework/egl/
DegluConfigInfo.hpp53 deInt32 configId; member in eglu::ConfigInfo
99 , configId (0) in ConfigInfo()
DegluConfigInfo.cpp51 case EGL_CONFIG_ID: return configId; in getAttribute()
100 egl.getConfigAttrib(display, config, EGL_CONFIG_ID, &dst->configId); in queryCoreConfigInfo()
/external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
DPresenceBase.java160 protected boolean isInConfigList(int errorNo, String phrase, int configId) { in isInConfigList() argument
163 String[] errorArray = mContext.getResources().getStringArray(configId); in isInConfigList()