Searched refs:m_gradient (Results 1 – 1 of 1) sorted by relevance
/external/deqp/external/openglcts/modules/common/ |
D | glcPackedPixelsTests.cpp | 850 std::vector<GLbyte> m_gradient; member in glcts::RectangleTest 1242 m_gradient.resize(bufferSize); in makeGradient() 1243 Type* data = reinterpret_cast<Type*>(&m_gradient[0]); in makeGradient() 2130 if (!compare(&m_gradient[0], &m_outputBuffer[0], outputFormat, outputType, isCopy)) in readPixelsInner() 3485 if (compare(&m_gradient[0], &m_outputBuffer[0], outputFormat, outputType, false)) in getTexImageInner() 3540 if (m_gradient.empty()) in testAllFormatsAndTypes() 3544 swapBytes(m_inputType.size, m_gradient); in testAllFormatsAndTypes() 3553 m_inputFormat.format, m_inputType.type, &m_gradient[0]); in testAllFormatsAndTypes() 3558 m_inputFormat.format, m_inputType.type, &m_gradient[0]); in testAllFormatsAndTypes() 3562 swapBytes(m_inputType.size, m_gradient); in testAllFormatsAndTypes()
|