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

  /external/skia/src/gpu/effects/
GrVertexEffect.h 28 void addVertexAttrib(GrSLType type) {
GrCustomCoordsTextureEffect.cpp 61 this->addVertexAttrib(kVec2f_GrSLType);
GrBezierEffect.cpp 133 this->addVertexAttrib(kVec4f_GrSLType);
271 this->addVertexAttrib(kVec4f_GrSLType);
419 this->addVertexAttrib(kVec4f_GrSLType);
GrDistanceFieldTextureEffect.cpp 186 this->addVertexAttrib(kVec2f_GrSLType);
444 this->addVertexAttrib(kVec2f_GrSLType);
GrDashingEffect.cpp 591 this->addVertexAttrib(kVec2f_GrSLType);
  /external/chromium_org/third_party/skia/include/gpu/
GrGeometryProcessor.h 46 const GrShaderVar& addVertexAttrib(const GrShaderVar& var) {
  /external/chromium_org/third_party/skia/src/gpu/effects/
GrCustomCoordsTextureEffect.cpp 64 , fInTextureCoords(this->addVertexAttrib(GrShaderVar("inTextureCoords",
GrBezierEffect.cpp 139 , fInConicCoeffs(this->addVertexAttrib(GrShaderVar("inConicCoeffs",
277 , fInHairQuadEdge(this->addVertexAttrib(GrShaderVar("inCubicCoeffs",
457 , fInCubicCoeffs(this->addVertexAttrib(GrShaderVar("inCubicCoeffs",
GrDistanceFieldTextureEffect.cpp 189 , fInTextureCoords(this->addVertexAttrib(GrShaderVar("inTextureCoords",
462 , fInTextureCoords(this->addVertexAttrib(GrShaderVar("inTextureCoords",
GrDashingEffect.cpp 598 , fInCoord(this->addVertexAttrib(GrShaderVar("inCoord",
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/
GrOvalRenderer.cpp 141 : fInCircleEdge(this->addVertexAttrib(
278 : fInEllipseOffset(this->addVertexAttrib(
282 , fInEllipseRadii(this->addVertexAttrib(
447 : fInEllipseOffsets0(this->addVertexAttrib(
451 , fInEllipseOffsets1(this->addVertexAttrib(
    [all...]
GrAARectRenderer.cpp 106 : fInRect(this->addVertexAttrib(GrShaderVar("inRect",
248 : fInRectEdge(this->addVertexAttrib(GrShaderVar("inRectEdge",
251 , fInWidthHeight(this->addVertexAttrib(
    [all...]
GrAAConvexPathRenderer.cpp 587 : fInQuadEdge(this->addVertexAttrib(GrShaderVar("inQuadEdge",
  /external/skia/src/gpu/
GrOvalRenderer.cpp 138 this->addVertexAttrib(kVec4f_GrSLType);
268 this->addVertexAttrib(kVec2f_GrSLType);
269 this->addVertexAttrib(kVec4f_GrSLType);
424 this->addVertexAttrib(kVec2f_GrSLType);
425 this->addVertexAttrib(kVec2f_GrSLType);
    [all...]
GrAARectRenderer.cpp 103 this->addVertexAttrib(kVec4f_GrSLType);
236 this->addVertexAttrib(kVec4f_GrSLType);
237 this->addVertexAttrib(kVec2f_GrSLType);
    [all...]
GrAAConvexPathRenderer.cpp 584 this->addVertexAttrib(kVec4f_GrSLType);

Completed in 281 milliseconds