Searched defs:GrTDArray (Results 1 - 1 of 1) sorted by relevance

/external/skia/gpu/include/
H A DGrTDArray.h31 template <typename T> class GrTDArray { class
33 GrTDArray() : fArray(NULL), fAllocated(0), fCount(0) {} function in class:GrTDArray
34 GrTDArray(const GrTDArray& src) { function in class:GrTDArray
39 ~GrTDArray() {
60 GrTDArray& operator=(const GrTDArray& src) {
177 friend bool operator==(const GrTDArray<T>& a, const GrTDArray<T>& b) {
182 friend bool operator!=(const GrTDArray<
[all...]

Completed in 50 milliseconds