Searched defs:srcRowB (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c81 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
88 const t *rowB = (const t *) srcRowB; \
157 const GLvoid *srcRowA, const GLvoid *srcRowB,
173 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB;
186 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB;
198 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB;
209 const GLubyte *rowB = (const GLubyte *) srcRowB;
220 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB;
233 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB;
245 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB;
156 do_row(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, GLint dstWidth, GLvoid *dstRow) argument
789 do_row_3D(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, const GLvoid *srcRowC, const GLvoid *srcRowD, GLint dstWidth, GLvoid *dstRow) argument
[all...]
/external/mesa3d/src/mesa/main/
H A Dmipmap.c74 const t(*rowB)[e] = (const t(*)[e]) srcRowB; \
81 const t *rowB = (const t *) srcRowB; \
150 const GLvoid *srcRowA, const GLvoid *srcRowB,
166 const GLubyte(*rowB)[4] = (const GLubyte(*)[4]) srcRowB;
179 const GLubyte(*rowB)[3] = (const GLubyte(*)[3]) srcRowB;
191 const GLubyte(*rowB)[2] = (const GLubyte(*)[2]) srcRowB;
202 const GLubyte *rowB = (const GLubyte *) srcRowB;
213 const GLbyte(*rowB)[4] = (const GLbyte(*)[4]) srcRowB;
226 const GLbyte(*rowB)[3] = (const GLbyte(*)[3]) srcRowB;
238 const GLbyte(*rowB)[2] = (const GLbyte(*)[2]) srcRowB;
149 do_row(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, GLint dstWidth, GLvoid *dstRow) argument
782 do_row_3D(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, const GLvoid *srcRowC, const GLvoid *srcRowD, GLint dstWidth, GLvoid *dstRow) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A 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,
186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB;
199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB;
211 const ubyte(*rowB)[2] = (const ubyte(*)[2]) srcRowB;
222 const ubyte *rowB = (const ubyte *) srcRowB;
233 const ushort(*rowB)[4] = (const ushort(*)[4]) srcRowB;
246 const ushort(*rowB)[3] = (const ushort(*)[3]) srcRowB;
258 const ushort(*rowB)[2] = (const ushort(*)[2]) srcRowB;
169 do_row(enum dtype datatype, uint comps, int srcWidth, const void *srcRowA, const void *srcRowB, int dstWidth, void *dstRow) argument
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth, const void *srcRowA, const void *srcRowB, const void *srcRowC, const void *srcRowD, int dstWidth, void *dstRow) argument
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A 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,
186 const ubyte(*rowB)[4] = (const ubyte(*)[4]) srcRowB;
199 const ubyte(*rowB)[3] = (const ubyte(*)[3]) srcRowB;
211 const ubyte(*rowB)[2] = (const ubyte(*)[2]) srcRowB;
222 const ubyte *rowB = (const ubyte *) srcRowB;
233 const ushort(*rowB)[4] = (const ushort(*)[4]) srcRowB;
246 const ushort(*rowB)[3] = (const ushort(*)[3]) srcRowB;
258 const ushort(*rowB)[2] = (const ushort(*)[2]) srcRowB;
169 do_row(enum dtype datatype, uint comps, int srcWidth, const void *srcRowA, const void *srcRowB, int dstWidth, void *dstRow) argument
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth, const void *srcRowA, const void *srcRowB, const void *srcRowC, const void *srcRowD, int dstWidth, void *dstRow) argument
[all...]

Completed in 152 milliseconds