| /xsrc/external/mit/MesaLib.old/dist/src/mesa/main/ |
| H A D | texstore.c | 133 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_memcpy_texture 135 memcpy(dstRow, srcRow, bytesPerRow); 136 dstRow += dstRowStride; 167 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_z32 172 dstType, dstRow, 174 dstRow += dstRowStride; 197 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_x8_z24 202 GL_UNSIGNED_INT, (GLuint *) dstRow, 204 dstRow += dstRowStride; 227 GLubyte *dstRow local in function:_mesa_texstore_z24_x8 261 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_z16 311 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_ycbcr 351 GLuint *dstRow = (GLuint *) dstSlices[img]; local in function:_mesa_texstore_z24_s8 432 GLuint *dstRow = (GLuint *) dstSlices[img]; local in function:_mesa_texstore_s8_z24 504 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_s8 553 uint64_t *dstRow = (uint64_t *) dstSlices[img]; local in function:_mesa_texstore_z32f_x24s8 [all...] |
| H A D | mipmap.c | 103 t(*dst)[e] = (t(*)[e]) dstRow 110 t *dst = (t *) dstRow 177 GLint dstWidth, GLvoid *dstRow) 193 GLubyte(*dst)[4] = (GLubyte(*)[4]) dstRow; 206 GLubyte(*dst)[3] = (GLubyte(*)[3]) dstRow; 218 GLubyte(*dst)[2] = (GLubyte(*)[2]) dstRow; 229 GLubyte *dst = (GLubyte *) dstRow; 240 GLbyte(*dst)[4] = (GLbyte(*)[4]) dstRow; 253 GLbyte(*dst)[3] = (GLbyte(*)[3]) dstRow; 265 GLbyte(*dst)[2] = (GLbyte(*)[2]) dstRow; 175 do_row(GLenum datatype,GLuint comps,GLint srcWidth,const GLvoid * srcRowA,const GLvoid * srcRowB,GLint dstWidth,GLvoid * dstRow) argument 808 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...] |
| H A D | image.c | 411 GLubyte *dstRow = destBuffer; local in function:_mesa_expand_bitmap 422 dstRow[col] = onValue; 444 dstRow[col] = onValue; 462 dstRow += destStride;
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/main/ |
| H A D | texstore.c | 133 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_memcpy_texture 135 memcpy(dstRow, srcRow, bytesPerRow); 136 dstRow += dstRowStride; 167 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_z32 172 dstType, dstRow, 174 dstRow += dstRowStride; 197 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_x8_z24 202 GL_UNSIGNED_INT, (GLuint *) dstRow, 204 dstRow += dstRowStride; 227 GLubyte *dstRow local in function:_mesa_texstore_z24_x8 261 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_z16 309 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_ycbcr 349 GLuint *dstRow = (GLuint *) dstSlices[img]; local in function:_mesa_texstore_z24_s8 430 GLuint *dstRow = (GLuint *) dstSlices[img]; local in function:_mesa_texstore_s8_z24 502 GLubyte *dstRow = dstSlices[img]; local in function:_mesa_texstore_s8 551 uint64_t *dstRow = (uint64_t *) dstSlices[img]; local in function:_mesa_texstore_z32f_x24s8 [all...] |
| H A D | mipmap.c | 103 t(*dst)[e] = (t(*)[e]) dstRow 110 t *dst = (t *) dstRow 177 GLint dstWidth, GLvoid *dstRow) 193 GLubyte(*dst)[4] = (GLubyte(*)[4]) dstRow; 206 GLubyte(*dst)[3] = (GLubyte(*)[3]) dstRow; 218 GLubyte(*dst)[2] = (GLubyte(*)[2]) dstRow; 229 GLubyte *dst = (GLubyte *) dstRow; 240 GLbyte(*dst)[4] = (GLbyte(*)[4]) dstRow; 253 GLbyte(*dst)[3] = (GLbyte(*)[3]) dstRow; 265 GLbyte(*dst)[2] = (GLbyte(*)[2]) dstRow; 175 do_row(GLenum datatype,GLuint comps,GLint srcWidth,const GLvoid * srcRowA,const GLvoid * srcRowB,GLint dstWidth,GLvoid * dstRow) argument 808 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...] |
| H A D | image.c | 411 GLubyte *dstRow = destBuffer; local in function:_mesa_expand_bitmap 422 dstRow[col] = onValue; 444 dstRow[col] = onValue; 462 dstRow += destStride;
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 142 GLint dstRow; variable in typeref:typename:GLint 299 for (dstRow = 0; dstRow < dstHeight; dstRow++) { 300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; 302 GLubyte *dstRowStart = dstMap + dstRowStride * dstRow; 535 GLint dstRow; local in function:blit_linear 630 for (dstRow = 0; dstRow < dstHeight; dstRow [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_blit.c | 142 GLint dstRow; variable in typeref:typename:GLint 299 for (dstRow = 0; dstRow < dstHeight; dstRow++) { 300 GLfloat srcRowF = (dstRow + 0.5F) / dstHeight * srcHeight - 0.5F; 302 GLubyte *dstRowStart = dstMap + dstRowStride * dstRow; 535 GLint dstRow; local in function:blit_linear 630 for (dstRow = 0; dstRow < dstHeight; dstRow [all...] |
| /xsrc/external/mit/MesaLib.old/src/mesa/main/ |
| H A D | format_unpack.c | 7195 GLubyte *dstRow; local in function:_mesa_unpack_rgba_block 7201 dstRow = ((GLubyte *) dst) + dstRowStride * y + dstPixStride * x; 7204 _mesa_unpack_rgba_row(format, width, srcRow, (GLfloat (*)[4]) dstRow); 7206 dstRow += dstRowStride;
|