Searched refs:rowB (Results 1 - 4 of 4) sorted by last modified time

/external/skia/src/core/
H A DSkAAClip.cpp1414 const uint8_t* rowB, const SkIRect& rectB);
1612 const uint8_t* rowB = NULL; local
1626 rowB = iterB.data();
1636 rowB = iterB.data();
1648 if (!rowA && !rowB) {
1653 RowIter rowIterB(rowB, rowB ? B.getBounds() : bounds);
/external/mesa3d/src/mesa/main/
H A Dmipmap.c74 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
81 const t *rowB = (const t *) srcRowB; \
96 rowB[j][e], rowB[k][e], \
111 rowB[j][e], rowB[k][e], \
119 + rowB[j][e] + rowB[k][e] \
128 const GLfloat bj = _mesa_half_to_float(rowB[j][e]); \
129 const GLfloat bk = _mesa_half_to_float(rowB[
202 const GLubyte *rowB = (const GLubyte *) srcRowB; local
249 const GLbyte *rowB = (const GLbyte *) srcRowB; local
296 const GLushort *rowB = (const GLushort *) srcRowB; local
343 const GLshort *rowB = (const GLshort *) srcRowB; local
399 const GLfloat *rowB = (const GLfloat *) srcRowB; local
461 const GLhalfARB *rowB = (const GLhalfARB *) srcRowB; local
477 const GLuint *rowB = (const GLuint *) srcRowB; local
488 const GLushort *rowB = (const GLushort *) srcRowB; local
513 const GLushort *rowB = (const GLushort *) srcRowB; local
543 const GLushort *rowB = (const GLushort *) srcRowB; local
573 const GLushort *rowB = (const GLushort *) srcRowB; local
604 const GLubyte *rowB = (const GLubyte *) srcRowB; local
630 const GLubyte *rowB = (const GLubyte *) srcRowB; local
651 const GLuint *rowB = (const GLuint *) srcRowB; local
682 const GLuint *rowB = (const GLuint*) srcRowB; local
701 const GLuint *rowB = (const GLuint*) srcRowB; local
720 const GLfloat *rowB = (const GLfloat *) srcRowB; local
731 const GLuint *rowB = (const GLuint *) srcRowB; local
746 const GLuint *rowB = (const GLuint *) srcRowB; local
1024 const GLuint *rowB = (const GLuint *) srcRowB; local
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c109 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
116 const t *rowB = (const t *) srcRowB; \
131 rowB[j][e], rowB[k][e], \
139 + rowB[j][e] + rowB[k][e] \
148 const float bj = util_half_to_float(rowB[j][e]); \
149 const float bk = util_half_to_float(rowB[k][e]); \
186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB;
190 dst[i][0] = (rowA[j][0] + rowA[k][0] + rowB[
222 const ubyte *rowB = (const ubyte *) srcRowB; local
269 const ushort *rowB = (const ushort *) srcRowB; local
325 const float *rowB = (const float *) srcRowB; local
387 const half_float *rowB = (const half_float *) srcRowB; local
403 const uint *rowB = (const uint *) srcRowB; local
414 const ushort *rowB = (const ushort *) srcRowB; local
439 const ushort *rowB = (const ushort *) srcRowB; local
469 const ushort *rowB = (const ushort *) srcRowB; local
499 const ubyte *rowB = (const ubyte *) srcRowB; local
711 const uint *rowB = (const uint *) srcRowB; local
[all...]
/external/eigen/unsupported/Eigen/src/Polynomials/
H A DCompanion.h107 * colB and rowB are repectively the multipliers for
111 bool& isBalanced, Scalar& colB, Scalar& rowB );
116 * colB and rowB are repectively the multipliers for
120 bool& isBalanced, Scalar& colB, Scalar& rowB );
143 bool& isBalanced, Scalar& colB, Scalar& rowB )
153 rowB = rowNorm / radix<Scalar>();
157 while (colNorm < rowB)
163 rowB = rowNorm * radix<Scalar>();
165 while (colNorm >= rowB)
175 rowB
223 Scalar colB,rowB; local
[all...]

Completed in 197 milliseconds