Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c100 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
107 const t *rowB = (const t *) srcRowB; \
176 const GLvoid *srcRowA, const GLvoid *srcRowB, in do_row() argument
192 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB; in do_row()
205 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB; in do_row()
217 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB; in do_row()
228 const GLubyte *rowB = (const GLubyte *) srcRowB; in do_row()
239 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row()
252 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row()
264 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row()
[all …]