Searched refs:ExpandMatrix (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/libwebp/src/enc/ |
H A D | quant_enc.c | 209 static int ExpandMatrix(VP8Matrix* const m, int type) { in ExpandMatrix() function 259 q_i4 = ExpandMatrix(&m->y1_, 0); in SetupMatrices() 260 q_i16 = ExpandMatrix(&m->y2_, 1); in SetupMatrices() 261 q_uv = ExpandMatrix(&m->uv_, 2); in SetupMatrices()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/ |
H A D | renderer_utils.cpp | 163 void ExpandMatrix(T *target, const GLfloat *value) in ExpandMatrix() function 205 ExpandMatrix<GLfloat, IsSrcColumMajor, colsSrc, rowsSrc, IsDstColumnMajor, colsDst, in SetFloatUniformMatrix()
|
Completed in 6 milliseconds