Home | History | Annotate | Download | only in glshared

Lines Matching refs:deUint32

54 void			fillWithRandomBytes		(deUint8* ptr, int numBytes, deUint32 seed);
56 const char* getBufferTargetName (deUint32 target);
57 const char* getUsageHintName (deUint32 hint);
70 deUint32 genBuffer (void);
71 void deleteBuffer (deUint32 buffer);
79 std::set<deUint32> m_allocatedBuffers;
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);
255 deUint32 m_posLoc;
256 deUint32 m_byteVecLoc;
258 deUint32 m_vao;
259 deUint32 m_positionBuf;
260 deUint32 m_indexBuf;
271 bool verify (deUint32 buffer, const deUint8* reference, int offset, int numBytes);
275 deUint32 m_posLoc;
276 deUint32 m_colorLoc;
278 deUint32 m_vao;
279 deUint32 m_positionBuf;
280 deUint32 m_colorBuf;