Lines Matching refs:deUint8

54 void			fillWithRandomBytes		(deUint8* ptr, int numBytes, deUint32 seed);
55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int num…
91 void setData (int numBytes, const deUint8* bytes);
92 void setSubData (int offset, int numBytes, const deUint8* bytes);
94 deUint8* getPtr (int offset = 0) { return &m_data[offset]; } in getPtr()
95 const deUint8* getPtr (int offset = 0) const { return &m_data[offset]; } in getPtr()
98 std::vector<deUint8> m_data;
123 …virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) = DE_NU…
124 …virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint3…
142 void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes);
143 …void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 targ…
160 virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes);
161 …virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint3…
172 virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes);
173 …virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint3…
199 …virtual bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) = …
200 …virtual bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, de…
221 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
222 …bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32…
239 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
240 …bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 …
251 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
271 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);