Home
last modified time | relevance | path

Searched refs:rowB (Results 1 - 2 of 2) sorted by relevance

/third_party/mesa3d/src/mesa/main/
H A Dmipmap.c101 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
108 const t *rowB = (const t *) srcRowB; \
123 rowB[j][e], rowB[k][e], \
138 rowB[j][e], rowB[k][e], \
146 + rowB[j][e] + rowB[k][e] \
155 const GLfloat bj = _mesa_half_to_float(rowB[j][e]); \
156 const GLfloat bk = _mesa_half_to_float(rowB[
229 const GLubyte *rowB = (const GLubyte *) srcRowB; do_row() local
276 const GLbyte *rowB = (const GLbyte *) srcRowB; do_row() local
323 const GLushort *rowB = (const GLushort *) srcRowB; do_row() local
370 const GLshort *rowB = (const GLshort *) srcRowB; do_row() local
426 const GLfloat *rowB = (const GLfloat *) srcRowB; do_row() local
488 const GLhalfARB *rowB = (const GLhalfARB *) srcRowB; do_row() local
504 const GLuint *rowB = (const GLuint *) srcRowB; do_row() local
515 const GLushort *rowB = (const GLushort *) srcRowB; do_row() local
540 const GLushort *rowB = (const GLushort *) srcRowB; do_row() local
570 const GLushort *rowB = (const GLushort *) srcRowB; do_row() local
600 const GLushort *rowB = (const GLushort *) srcRowB; do_row() local
631 const GLubyte *rowB = (const GLubyte *) srcRowB; do_row() local
657 const GLubyte *rowB = (const GLubyte *) srcRowB; do_row() local
678 const GLuint *rowB = (const GLuint *) srcRowB; do_row() local
709 const GLuint *rowB = (const GLuint*) srcRowB; do_row() local
728 const GLuint *rowB = (const GLuint*) srcRowB; do_row() local
747 const GLfloat *rowB = (const GLfloat *) srcRowB; do_row() local
758 const GLuint *rowB = (const GLuint *) srcRowB; do_row() local
773 const GLuint *rowB = (const GLuint *) srcRowB; do_row() local
1051 const GLuint *rowB = (const GLuint *) srcRowB; do_row_3D() local
[all...]
/third_party/skia/src/core/
H A DSkAAClip.cpp625 const uint8_t* rowB = nullptr; in operateY() local
639 rowB = iterB.data(); in operateY()
649 rowB = iterB.data(); in operateY()
661 if (!rowA && !rowB) { in operateY()
666 RowIter rowIterB(rowB, rowB ? B.getBounds() : fBounds); in operateY()

Completed in 6 milliseconds