Searched refs:get_row (Results 1 – 5 of 5) sorted by relevance
/external/libchrome/ui/gfx/geometry/ |
D | matrix3_unittest.cc | 37 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()
|
D | matrix3_f.cc | 270 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()
|
D | matrix3_f.h | 49 Vector3dF get_row(int i) const { in get_row() function
|
/external/mesa3d/docs/relnotes/ |
D | 7.10.3.rst | 157 - mesa: Use \_mesa_get_format_bytes to refactor out the RB get_row\_\*
|
/external/mesa3d/src/mesa/swrast/ |
D | s_span.c | 1531 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()
|