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

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dmipmap.c80 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
87 const t *rowA = (const t *) srcRowA; \
157 const GLvoid *srcRowA, const GLvoid *srcRowB,
172 const GLubyte(*rowA)[4] = (const GLubyte(*)[4]) srcRowA;
185 const GLubyte(*rowA)[3] = (const GLubyte(*)[3]) srcRowA;
197 const GLubyte(*rowA)[2] = (const GLubyte(*)[2]) srcRowA;
208 const GLubyte *rowA = (const GLubyte *) srcRowA;
219 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA;
232 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA;
244 const GLbyte(*rowA)[2] = (const GLbyte(*)[2]) srcRowA;
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.c73 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
80 const t *rowA = (const t *) srcRowA; \
150 const GLvoid *srcRowA, const GLvoid *srcRowB,
165 const GLubyte(*rowA)[4] = (const GLubyte(*)[4]) srcRowA;
178 const GLubyte(*rowA)[3] = (const GLubyte(*)[3]) srcRowA;
190 const GLubyte(*rowA)[2] = (const GLubyte(*)[2]) srcRowA;
201 const GLubyte *rowA = (const GLubyte *) srcRowA;
212 const GLbyte(*rowA)[4] = (const GLbyte(*)[4]) srcRowA;
225 const GLbyte(*rowA)[3] = (const GLbyte(*)[3]) srcRowA;
237 const GLbyte(*rowA)[2] = (const GLbyte(*)[2]) srcRowA;
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.c108 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
115 const t *rowA = (const t *) srcRowA; \
170 const void *srcRowA, const void *srcRowB,
185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA;
198 const ubyte(*rowA)[3] = (const ubyte(*)[3]) srcRowA;
210 const ubyte(*rowA)[2] = (const ubyte(*)[2]) srcRowA;
221 const ubyte *rowA = (const ubyte *) srcRowA;
232 const ushort(*rowA)[4] = (const ushort(*)[4]) srcRowA;
245 const ushort(*rowA)[3] = (const ushort(*)[3]) srcRowA;
257 const ushort(*rowA)[2] = (const ushort(*)[2]) srcRowA;
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.c108 const t(*rowA)[e] = (const t(*)[e]) srcRowA; \
115 const t *rowA = (const t *) srcRowA; \
170 const void *srcRowA, const void *srcRowB,
185 const ubyte(*rowA)[4] = (const ubyte(*)[4]) srcRowA;
198 const ubyte(*rowA)[3] = (const ubyte(*)[3]) srcRowA;
210 const ubyte(*rowA)[2] = (const ubyte(*)[2]) srcRowA;
221 const ubyte *rowA = (const ubyte *) srcRowA;
232 const ushort(*rowA)[4] = (const ushort(*)[4]) srcRowA;
245 const ushort(*rowA)[3] = (const ushort(*)[3]) srcRowA;
257 const ushort(*rowA)[2] = (const ushort(*)[2]) srcRowA;
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 34 milliseconds