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

  /external/deqp/framework/egl/
egluConfigInfo.hpp 39 deInt32 luminanceSize;
72 , luminanceSize (0)
egluConfigInfo.cpp 38 case EGL_LUMINANCE_SIZE: return luminanceSize;
75 eglGetConfigAttrib(display, config, EGL_LUMINANCE_SIZE, &dst->luminanceSize);
  /external/deqp/framework/qphelper/
qpTestLog.h 160 int luminanceSize;
qpTestLog.c     [all...]
  /external/deqp/modules/egl/
teglQueryConfigTests.cpp 417 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE);
428 if (luminanceSize != 0)
448 if (luminanceSize <= 0)
460 if (bufferSize != (luminanceSize + alphaSize))
teglChooseConfigReference.cpp 126 return (a.m_info.luminanceSize + a.m_info.alphaSize) > (b.m_info.luminanceSize + b.m_info.alphaSize);
teglConfigList.cpp 92 info.luminanceSize = val;
  /external/deqp/executor/
xeTestCaseResult.hpp 346 int luminanceSize;
380 , luminanceSize (0)
xeTestLogWriter.cpp 382 << Writer::Attribute("LuminanceSize", de::toString(config.luminanceSize))
xeTestResultParser.cpp 607 config->luminanceSize = toInt(getAttribute("LuminanceSize"));
  /external/zxing/core/
core.jar 

Completed in 360 milliseconds