OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GrTDArray
(Results
1 - 5
of
5
) sorted by null
/external/skia/gpu/include/
GrTDArray.h
31
template <typename T> class
GrTDArray
{
33
GrTDArray
() : fArray(NULL), fAllocated(0), fCount(0) {}
34
GrTDArray
(const
GrTDArray
& src) {
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
<T>& a, const GrTDArray<T>& b)
[
all
...]
GrTHashCache.h
21
#include "
GrTDArray
.h"
58
const
GrTDArray
<T*>& getArray() const { return fSorted; }
73
GrTDArray
<T*> fSorted;
/external/skia/gpu/src/
GrTesselatedPathRenderer.cpp
22
#include "
GrTDArray
.h"
27
PolygonData(
GrTDArray
<GrPoint>* vertices,
GrTDArray
<short>* indices)
32
GrTDArray
<GrPoint>* fVertices;
33
GrTDArray
<short>* fIndices;
88
typedef
GrTDArray
<GrDrawTarget::Edge> EdgeArray;
300
GrTDArray
<short> indices;
301
GrTDArray
<GrPoint> vertices;
GrBufferAllocPool.h
22
#include "
GrTDArray
.h"
178
GrTDArray
<GrGeometryBuffer*> fPreallocBuffers;
gr_unittests.cpp
19
#include "
GrTDArray
.h"
26
static void dump(const
GrTDArray
<int>& array) {
36
GrTDArray
<int> array;
Completed in 808 milliseconds