Home | History | Annotate | Download | only in glshared

Lines Matching full:sizebytes

635 	void				setSubData				(const void* src, int offsetBytes, int sizeBytes, deUint32 target) const;
641 int getApproxMemUsageDiff (const int sizeBytes) const { return sizeBytes - getApproxMemUsage(); }
673 void Buffer::setSubData (const void* const src, const int offsetBytes, const int sizeBytes, const deUint32 target) const
676 glBufferSubData(target, offsetBytes, sizeBytes, src);