Searched refs:dstPixStride (Results 1 – 1 of 1) sorted by relevance
2846 const GLuint dstPixStride = 4 * sizeof(GLfloat); in _mesa_unpack_rgba_block() local2854 dstRow = ((GLubyte *) dst) + dstRowStride * y + dstPixStride * x; in _mesa_unpack_rgba_block()