Home
last modified time | relevance | path

Searched refs:get_row (Results 1 – 5 of 5) sorted by relevance

/external/libchrome/ui/gfx/geometry/
Dmatrix3_unittest.cc37 EXPECT_EQ(Vector3dF(0.0f, 1.0f, 0.0f), identity.get_row(1)); in TEST()
40 EXPECT_EQ(Vector3dF(6.0f, 7.0f, 8.0f), matrix.get_row(2)); in TEST()
44 EXPECT_EQ(Vector3dF(0.1f, 1.0f, 2.0f), matrix.get_row(0)); in TEST()
Dmatrix3_f.cc270 result.set(i, j, DotProduct(lhs.get_row(i), rhs.get_column(j))); in MatrixProduct()
277 return Vector3dF(DotProduct(lhs.get_row(0), rhs), in MatrixProduct()
278 DotProduct(lhs.get_row(1), rhs), in MatrixProduct()
279 DotProduct(lhs.get_row(2), rhs)); in MatrixProduct()
Dmatrix3_f.h49 Vector3dF get_row(int i) const { in get_row() function
/external/mesa3d/docs/relnotes/
D7.10.3.rst157 - mesa: Use \_mesa_get_format_bytes to refactor out the RB get_row\_\*
/external/mesa3d/src/mesa/swrast/
Ds_span.c1531 get_row(struct gl_context *ctx, struct gl_renderbuffer *rb, in get_row() function
1593 get_row(ctx, rb, span->end, span->x, span->y, in _swrast_get_dest_rgba()