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

  /external/chromium_org/third_party/skia/include/gpu/
GrTypesPriv.h 130 kGeometryProcessor_GrVertexAttribBinding, // vector length must agree with
133 kLast_GrVertexAttribBinding = kGeometryProcessor_GrVertexAttribBinding
  /external/chromium_org/third_party/skia/tests/
GLProgramsTest.cpp 191 { kVec2f_GrVertexAttribType, 0, kGeometryProcessor_GrVertexAttribBinding },
192 { kVec2f_GrVertexAttribType, 0, kGeometryProcessor_GrVertexAttribBinding }
  /external/chromium_org/third_party/skia/src/gpu/
GrRODrawState.cpp 100 if (kGeometryProcessor_GrVertexAttribBinding != fVAPtr[index].fBinding) {
GrOvalRenderer.cpp 522 {kVec4f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding}
620 {kVec2f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding},
621 {kVec4f_GrVertexAttribType, 2*sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding}
627 {kVec2f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding},
628 {kVec2f_GrVertexAttribType, 2*sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding},
    [all...]
GrBitmapTextContext.cpp 37 {kVec2f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding}
46 {kVec2f_GrVertexAttribType, sizeof(SkPoint) + sizeof(GrColor), kGeometryProcessor_GrVertexAttribBinding}
GrDistanceFieldTextContext.cpp 41 {kVec2f_GrVertexAttribType, sizeof(SkPoint) , kGeometryProcessor_GrVertexAttribBinding}
50 {kVec2f_GrVertexAttribType, sizeof(SkPoint) + sizeof(GrColor), kGeometryProcessor_GrVertexAttribBinding}
GrAARectRenderer.cpp 614 { kVec4f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding },
615 { kVec2f_GrVertexAttribType, 3*sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding }
628 { kVec4f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding },
    [all...]
GrAAConvexPathRenderer.cpp 628 {kVec4f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding}
GrAAHairLinePathRenderer.cpp 711 {kVec4f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding}
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/builders/
GrGLVertexShaderBuilder.cpp 96 if (kGeometryProcessor_GrVertexAttribBinding != vaPtr[index].fBinding) {
  /external/chromium_org/third_party/skia/gm/
beziereffects.cpp 29 {kVec4f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding}
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrDashingEffect.cpp 78 { kVec2f_GrVertexAttribType, sizeof(SkPoint), kGeometryProcessor_GrVertexAttribBinding },
    [all...]

Completed in 904 milliseconds