Searched defs:srcRowC (Results 1 - 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/main/
H A Dmipmap.c75 const t(*rowC)[e] = (const t(*)[e]) srcRowC; \
82 const t *rowC = (const t *) srcRowC; \
776 * \param srcRowC Pointer to one of the rows of source data
784 const GLvoid *srcRowC, const GLvoid *srcRowD,
1025 const GLuint *rowC = (const GLuint *) srcRowC;
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
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c110 const t(*rowC)[e] = (const t(*)[e]) srcRowC; \
117 const t *rowC = (const t *) srcRowC; \
539 * \param srcRowC Pointer to one of the rows of source data
547 const void *srcRowC, const void *srcRowD,
712 const uint *rowC = (const uint *) srcRowC;
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

Completed in 105 milliseconds