Lines Matching defs:std
33 constexpr static std::array<float, 3> kTri1[3] = {
35 constexpr static std::array<float, 3> kTri2[3] = {
166 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final {
167 return std::make_unique<Impl>();
282 std::unique_ptr<ProgramImpl> makeProgramImpl(const GrShaderCaps&) const final {
283 return std::make_unique<Impl>();
293 TessellationTestOp(const SkMatrix& viewMatrix, const std::array<float, 3>* triPositions)
325 std::unique_ptr<GrGeometryProcessor> shader;
331 shader = std::make_unique<TessellationTestTriShader>(fViewMatrix);
336 shader = std::make_unique<TessellationTestRectShader>(fViewMatrix);
346 state->bindBuffers(nullptr, nullptr, std::move(fVertexBuffer));
351 const std::array<float, 3>* const fTriPositions;
357 static SkPath build_outset_triangle(const std::array<float, 3>* tri) {