HomeSort by relevance Sort by last modified time
    Searched refs:luminanceSize (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/egl/
egluConfigInfo.hpp 46 deInt32 luminanceSize;
92 , luminanceSize (0)
egluConfigInfo.cpp 44 case EGL_LUMINANCE_SIZE: return luminanceSize;
93 egl.getConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
  /external/deqp/framework/qphelper/
qpTestLog.h 162 int luminanceSize;
qpTestLog.c     [all...]
  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 445 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE);
456 if (luminanceSize != 0)
476 if (luminanceSize <= 0)
488 if (bufferSize != (luminanceSize + alphaSize))
teglConfigList.cpp 94 info.luminanceSize = val;
teglChooseConfigReference.cpp 195 return (a.m_info.luminanceSize * mask[0] + a.m_info.alphaSize * mask[1]) > (b.m_info.luminanceSize * mask[0] + b.m_info.alphaSize * mask[1]);
teglWideColorTests.cpp 744 info.luminanceSize = eglu::getConfigAttribInt(egl, m_eglDisplay, config, EGL_LUMINANCE_SIZE);
    [all...]
  /external/deqp/executor/
xeTestCaseResult.hpp 356 int luminanceSize;
390 , luminanceSize (0)
xeTestLogWriter.cpp 386 << Writer::Attribute("LuminanceSize", de::toString(config.luminanceSize))
xeTestResultParser.cpp 617 config->luminanceSize = toInt(getAttribute("LuminanceSize"));
  /external/zxing/core/
core.jar 

Completed in 690 milliseconds