Lines Matching defs:data
532 // custom pixel data type. holds both float and integer pixel data. memory consuming, but
750 bool compare(GLvoid* gradient, GLvoid* data, const PixelFormat& outputFormat, const PixelType& outputType,
958 GLushort* data = reinterpret_cast<GLushort*>(&dataBuffer[0]);
961 GLushort v = data[i];
962 data[i] = ((v & 0xff) << 8) + ((v & 0xff00) >> 8);
969 GLuint* data = reinterpret_cast<GLuint*>(&dataBuffer[0]);
972 GLuint v = data[i];
973 data[i] = ((v & 0xff) << 24) + ((v & 0xff00) << 8) + ((v & 0xff0000) >> 8) + ((v & 0xff000000) >> 24);
1243 Type* data = reinterpret_cast<Type*>(&m_gradient[0]);
1248 std::fill(data, data + dataToSkip, defaultValue);
1265 data[index] = unpack(value);
1269 data[index] = defaultValue;
2420 bool RectangleTest::compare(GLvoid* gradient, GLvoid* data, const PixelFormat& outputFormat,
2423 // Compares the reference gradient data to the output data
2442 if (!stripBuffer(m_packProperties, static_cast<const GLubyte*>(data), dataStrip, true))
2518 // If input data was unsigned, it should be clamped to fit into
2991 // Extracts pixel data from a buffer with specific