HomeSort by relevance Sort by last modified time
    Searched refs:VertState (Results 1 - 8 of 8) sorted by null

  /external/skia/src/core/
SkVertState.h 13 /** \struct VertState
17 remains valid for the lifetime of the VertState object.
20 struct VertState {
24 * Construct a VertState from a vertex count, index array, and index count.
27 VertState(int vCount, const uint16_t indices[], int indexCount)
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...]
SkVertState.cpp 10 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* state)
    [all...]
SkDraw_vertices.cpp 59 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/
SkVertState.h 13 /** \struct VertState
17 remains valid for the lifetime of the VertState object.
20 struct VertState {
24 * Construct a VertState from a vertex count, index array, and index count.
27 VertState(int vCount, const uint16_t indices[], int indexCount)
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...]
SkVertState.cpp 10 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* state)
    [all...]
SkDraw_vertices.cpp 58 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/
SkGpuDevice.cpp     [all...]
  /external/skqp/src/gpu/
SkGpuDevice.cpp     [all...]

Completed in 129 milliseconds