Lines Matching defs:swapBytes
577 int swapBytes;
695 void swapBytes(int typeSize, std::vector<GLbyte>& dataBuffer);
901 m_initialPackProperties.swapBytes = 0;
910 m_initialUnpackProperties.swapBytes = 0;
941 gl.pixelStorei(GL_PACK_SWAP_BYTES, pp.swapBytes);
944 gl.pixelStorei(GL_UNPACK_SWAP_BYTES, up.swapBytes);
949 void RectangleTest::swapBytes(int typeSize, std::vector<GLbyte>& dataBuffer)
978 TCU_FAIL("Invalid size for swapBytes");
2261 if (m_packProperties.swapBytes && (readError == GL_NO_ERROR))
2262 swapBytes(outputType.size, m_outputBuffer);
3557 if (m_unpackProperties.swapBytes)
3558 swapBytes(m_inputType.size, m_gradient);
3575 if (m_unpackProperties.swapBytes)
3576 swapBytes(m_inputType.size, m_gradient);
3785 { GL_UNPACK_SWAP_BYTES, &up.swapBytes, GL_FALSE },
3786 { GL_UNPACK_SWAP_BYTES, &up.swapBytes, GL_TRUE },
3789 { GL_PACK_SWAP_BYTES, &pp.swapBytes, GL_FALSE },
3790 { GL_PACK_SWAP_BYTES, &pp.swapBytes, GL_TRUE },