HomeSort by relevance Sort by last modified time
    Searched defs:configId (Results 1 - 10 of 10) sorted by null

  /cts/tests/tests/opengl/src/android/opengl/cts/
EglConfigCtsActivity.java 44 int configId = getConfigId();
46 setTitle("EGL Config Id: " + configId + " Client Version: " + contextClientVersion);
54 mView = new EglConfigGLSurfaceView(this, configId, contextClientVersion, new Runnable() {
  /external/deqp/framework/egl/
egluConfigInfo.hpp 53 deInt32 configId;
99 , configId (0)
  /external/deqp/modules/egl/
teglRenderCase.cpp 123 const EGLint configId = eglu::getConfigID(egl, display, config);
134 string("Config") + de::toString(configId) + "-Window",
135 string("Config ID ") + de::toString(configId) + ", window surface");
159 string("Config") + de::toString(configId) + "-Pixmap",
160 string("Config ID ") + de::toString(configId) + ", pixmap surface");
183 string("Config") + de::toString(configId) + "-Pbuffer",
184 string("Config ID ") + de::toString(configId) + ", pbuffer surface");
teglChooseConfigTests.cpp 64 EGLint configId = eglu::getConfigID(egl, display, config);
69 str += de::toString(configId);
teglCreateContextExtTests.cpp 891 const EGLint configId = eglu::getConfigAttribInt(egl, m_display, config, EGL_CONFIG_ID);
895 tcu::ScopedLogSection section (m_testCtx.getLog(), ("EGLConfig ID: " + de::toString(configId) + " with PBuffer").c_str(), ("EGLConfig ID: " + de::toString(configId)).c_str());
    [all...]
teglResizeTests.cpp 160 const EGLint configId = eglu::getConfigAttribInt(egl,
183 << "Chose EGLConfig with id " << configId << ".\n"
teglImageFormatTests.cpp 290 EGLint configId = -1;
291 EGLU_CHECK_CALL(m_egl, getConfigAttrib(m_display, config, EGL_CONFIG_ID, &configId));
292 getLog() << tcu::TestLog::Message << "Creating gles2 context with config id: " << configId << " context: " << m_contextId << tcu::TestLog::EndMessage;
    [all...]
  /device/generic/opengl-transport/host/libs/virglrenderer/
AVDVirglRenderer.cpp 352 EGLint configId;
353 if (!s_egl.eglGetConfigAttrib(g_dpy, configs[c], EGL_CONFIG_ID, &configId)) {
    [all...]
  /device/generic/goldfish-opengl/system/hwc2/
EmuHWC2.cpp 495 auto configId = mActiveConfig->getId();
496 ALOGV("%s: displayId %d configId %d", __FUNCTION__,
497 (uint32_t)mId, (uint32_t)configId);
498 *outConfig = configId;
502 Error EmuHWC2::Display::getDisplayAttribute(hwc2_config_t configId,
507 if (configId > mConfigs.size() || !mConfigs[configId]->isOnDisplay(*this)) {
508 ALOGW("%s: bad config (%u %u)", __FUNCTION__, (uint32_t)mId, configId);
511 *outValue = mConfigs[configId]->getAttribute((Attribute)attribute);
513 (uint32_t)mId, (uint32_t)configId,
    [all...]
  /external/python/apitools/samples/servicemanagement_sample/servicemanagement_v1/
servicemanagement_v1_messages.py     [all...]

Completed in 2113 milliseconds