Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dmipmap.c74 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
81 const t *rowB = (const t *) srcRowB; \
150 const GLvoid *srcRowA, const GLvoid *srcRowB, in do_row() argument
166 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB; in do_row()
179 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB; in do_row()
191 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB; in do_row()
202 const GLubyte *rowB = (const GLubyte *) srcRowB; in do_row()
213 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB; in do_row()
226 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB; in do_row()
238 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB; in do_row()
[all …]
/external/mesa3d/src/gallium/auxiliary/util/
Du_gen_mipmap.c109 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
116 const t *rowB = (const t *) srcRowB; \
170 const void *srcRowA, const void *srcRowB, in do_row() argument
186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB; in do_row()
199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB; in do_row()
211 const ubyte(*rowB)[2] = (const ubyte(*)[2]) srcRowB; in do_row()
222 const ubyte *rowB = (const ubyte *) srcRowB; in do_row()
233 const ushort(*rowB)[4] = (const ushort(*)[4]) srcRowB; in do_row()
246 const ushort(*rowB)[3] = (const ushort(*)[3]) srcRowB; in do_row()
258 const ushort(*rowB)[2] = (const ushort(*)[2]) srcRowB; in do_row()
[all …]