Home
last modified time | relevance | path

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

/third_party/mesa3d/src/mesa/main/
Dmipmap.c101 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
108 const t *rowB = (const t *) srcRowB; \
177 const GLvoid *srcRowA, const GLvoid *srcRowB, in do_row() argument
193 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB; in do_row()
206 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB; in do_row()
218 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB; in do_row()
229 const GLubyte *rowB = (const GLubyte *) srcRowB; in do_row()
240 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row()
253 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row()
265 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row()
[all …]