Searched defs:luminanceSize (Results 1 - 6 of 6) sorted by relevance

/external/deqp/framework/egl/
H A DegluConfigInfo.hpp44 deInt32 luminanceSize; member in class:eglu::ConfigInfo
77 , luminanceSize (0)
/external/pdfium/xfa/src/fxbarcode/common/
H A DBC_GlobalHistogramBinarizer.cpp108 void CBC_GlobalHistogramBinarizer::InitArrays(int32_t luminanceSize) { argument
109 if (m_luminance.GetSize() < luminanceSize) {
110 m_luminance.SetSize(luminanceSize);
/external/deqp/modules/egl/
H A DteglQueryConfigTests.cpp445 const EGLint luminanceSize = getValue(config, EGL_LUMINANCE_SIZE); local
456 if (luminanceSize != 0)
476 if (luminanceSize <= 0)
488 if (bufferSize != (luminanceSize + alphaSize))
/external/deqp/framework/qphelper/
H A DqpTestLog.h162 int luminanceSize; member in struct:qpEglConfigInfo_s
/external/deqp/executor/
H A DxeTestCaseResult.hpp356 int luminanceSize; member in class:xe::ri::EglConfig
390 , luminanceSize (0)
/external/zxing/core/
H A Dcore.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/oned/ ...

Completed in 3191 milliseconds