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

/external/skia/src/core/
H A DSkVertState.h13 /** \struct VertState
17 remains valid for the lifetime of the VertState object.
20 struct VertState { struct
24 * Construct a VertState from a vertex count, index array, and index count.
27 VertState(int vCount, const uint16_t indices[], int indexCount) function in struct:VertState
37 typedef bool (*Proc)(VertState*);
50 static bool Triangles(VertState*);
51 static bool TrianglesX(VertState*);
52 static bool TriangleStrip(VertState*);
53 static bool TriangleStripX(VertState*);
[all...]
H A DSkVertState.cpp10 bool VertState::Triangles(VertState* state) {
22 bool VertState::TrianglesX(VertState* state) {
35 bool VertState::TriangleStrip(VertState* state) {
52 bool VertState::TriangleStripX(VertState* state) {
70 bool VertState::TriangleFan(VertState* stat
[all...]
H A DSkDraw_vertices.cpp59 texture_to_matrix(const VertState& state, const SkPoint verts[], const SkPoint texs[],
228 VertState state(count, indices, indexCount);
229 VertState::Proc vertProc = state.chooseProc(vmode);
/external/skqp/src/core/
H A DSkVertState.h13 /** \struct VertState
17 remains valid for the lifetime of the VertState object.
20 struct VertState { struct
24 * Construct a VertState from a vertex count, index array, and index count.
27 VertState(int vCount, const uint16_t indices[], int indexCount) function in struct:VertState
37 typedef bool (*Proc)(VertState*);
50 static bool Triangles(VertState*);
51 static bool TrianglesX(VertState*);
52 static bool TriangleStrip(VertState*);
53 static bool TriangleStripX(VertState*);
[all...]
H A DSkVertState.cpp10 bool VertState::Triangles(VertState* state) {
22 bool VertState::TrianglesX(VertState* state) {
35 bool VertState::TriangleStrip(VertState* state) {
52 bool VertState::TriangleStripX(VertState* state) {
70 bool VertState::TriangleFan(VertState* stat
[all...]
H A DSkDraw_vertices.cpp58 static bool texture_to_matrix(const VertState& state, const SkPoint verts[],
227 VertState state(count, indices, indexCount);
228 VertState::Proc vertProc = state.chooseProc(vmode);
/external/skia/src/gpu/
H A DSkGpuDevice.cpp1522 VertState state(vertexCount, indices, indexCount);
1523 VertState::Proc vertProc = state.chooseProc(vmode);
/external/skqp/src/gpu/
H A DSkGpuDevice.cpp1532 VertState state(vertexCount, indices, indexCount);
1533 VertState::Proc vertProc = state.chooseProc(vmode);

Completed in 335 milliseconds