Home
last modified time | relevance | path

Searched refs:VertState (Results 1 – 8 of 8) sorted by relevance

/external/chromium_org/third_party/skia/src/core/
DSkVertState.h20 struct VertState { struct
27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() function
37 typedef bool (*Proc)(VertState*); argument
50 static bool Triangles(VertState*); argument
51 static bool TrianglesX(VertState*);
52 static bool TriangleStrip(VertState*);
53 static bool TriangleStripX(VertState*);
54 static bool TriangleFan(VertState*);
55 static bool TriangleFanX(VertState*);
DSkVertState.cpp10 bool VertState::Triangles(VertState* state) { in Triangles()
22 bool VertState::TrianglesX(VertState* state) { in TrianglesX()
35 bool VertState::TriangleStrip(VertState* state) { in TriangleStrip()
52 bool VertState::TriangleStripX(VertState* state) { in TriangleStripX()
70 bool VertState::TriangleFan(VertState* state) { in TriangleFan()
82 bool VertState::TriangleFanX(VertState* state) { in TriangleFanX()
95 VertState::Proc VertState::chooseProc(SkCanvas::VertexMode mode) { in chooseProc()
DSkDraw.cpp1991 static bool texture_to_matrix(const VertState& state, const SkPoint verts[], in texture_to_matrix()
2203 VertState state(count, indices, indexCount); in drawVertices()
2204 VertState::Proc vertProc = state.chooseProc(vmode); in drawVertices()
/external/skia/src/core/
DSkVertState.h20 struct VertState { struct
27 VertState(int vCount, const uint16_t indices[], int indexCount) in VertState() argument
37 typedef bool (*Proc)(VertState*); argument
50 static bool Triangles(VertState*); argument
51 static bool TrianglesX(VertState*);
52 static bool TriangleStrip(VertState*);
53 static bool TriangleStripX(VertState*);
54 static bool TriangleFan(VertState*);
55 static bool TriangleFanX(VertState*);
DSkVertState.cpp10 bool VertState::Triangles(VertState* state) { in Triangles()
22 bool VertState::TrianglesX(VertState* state) { in TrianglesX()
35 bool VertState::TriangleStrip(VertState* state) { in TriangleStrip()
52 bool VertState::TriangleStripX(VertState* state) { in TriangleStripX()
70 bool VertState::TriangleFan(VertState* state) { in TriangleFan()
82 bool VertState::TriangleFanX(VertState* state) { in TriangleFanX()
95 VertState::Proc VertState::chooseProc(SkCanvas::VertexMode mode) { in chooseProc()
DSkDraw.cpp1978 static bool texture_to_matrix(const VertState& state, const SkPoint verts[], in texture_to_matrix()
2192 VertState state(count, indices, indexCount); in drawVertices()
2193 VertState::Proc vertProc = state.chooseProc(vmode); in drawVertices()
/external/chromium_org/third_party/skia/src/gpu/
DSkGpuDevice.cpp1624 VertState state(vertexCount, indices, indexCount); in drawVertices()
1625 VertState::Proc vertProc = state.chooseProc(vmode); in drawVertices()
/external/skia/src/gpu/
DSkGpuDevice.cpp1626 VertState state(vertexCount, indices, indexCount); in drawVertices()
1627 VertState::Proc vertProc = state.chooseProc(vmode); in drawVertices()