Home | History | Annotate | Download | only in glshared

Lines Matching refs:numBytes

54 void			fillWithRandomBytes		(deUint8* ptr, int numBytes, deUint32 seed);
55 bool compareByteArrays (tcu::TestLog& log, const deUint8* resPtr, const deUint8* refPtr, int numBytes);
90 void setSize (int numBytes);
91 void setData (int numBytes, const deUint8* bytes);
92 void setSubData (int offset, int numBytes, const deUint8* bytes);
123 virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes) = DE_NULL;
124 virtual void write (deUint32 buffer, int offset, int numBytes, const deUint8* bytes, deUint32 targetHint);
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 targetHint);
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, deUint32 target);
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, deUint32 target);
199 virtual bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes) = DE_NULL;
200 virtual bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes, deUint32 targetHint);
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 targetHint);
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 target);
251 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
271 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);