Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c74 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
81 const t *rowA = (const t *) srcRowA; \
151 const GLvoid *srcRowA, const GLvoid *srcRowB, in do_row() argument
166 const GLubyte(*rowA)[4] = (const GLubyte(*)[4]) srcRowA; in do_row()
179 const GLubyte(*rowA)[3] = (const GLubyte(*)[3]) srcRowA; in do_row()
191 const GLubyte(*rowA)[2] = (const GLubyte(*)[2]) srcRowA; in do_row()
202 const GLubyte *rowA = (const GLubyte *) srcRowA; in do_row()
213 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA; in do_row()
226 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA; in do_row()
238 const GLbyte(*rowA)[2] = (const GLbyte(*)[2]) srcRowA; in do_row()
[all …]