Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c75 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
82 const t *rowB = (const t *) srcRowB; \
151 const GLvoid *srcRowA, const GLvoid *srcRowB, in do_row() argument
167 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB; in do_row()
180 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB; in do_row()
192 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB; in do_row()
203 const GLubyte *rowB = (const GLubyte *) srcRowB; in do_row()
214 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row()
227 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row()
239 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row()
[all …]