Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c99 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
106 const t *rowA = (const t *) srcRowA; \
176 const GLvoid *srcRowA, const GLvoid *srcRowB, in do_row() argument
191 const GLubyte(*rowA)[4] = (const GLubyte(*)[4]) srcRowA; in do_row()
204 const GLubyte(*rowA)[3] = (const GLubyte(*)[3]) srcRowA; in do_row()
216 const GLubyte(*rowA)[2] = (const GLubyte(*)[2]) srcRowA; in do_row()
227 const GLubyte *rowA = (const GLubyte *) srcRowA; in do_row()
238 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA; in do_row()
251 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA; in do_row()
263 const GLbyte(*rowA)[2] = (const GLbyte(*)[2]) srcRowA; in do_row()
[all …]