| /xsrc/external/mit/MesaLib.old/dist/src/gallium/auxiliary/util/ |
| H A D | u_index_modify.c | 39 unsigned short *out_map = out; local in function:util_shorten_ubyte_elts_to_userptr 53 *out_map = (unsigned short)(*in_map + index_bias); 55 out_map++; 73 unsigned short *out_map = out; local in function:util_rebuild_ushort_elts_to_userptr 87 *out_map = (unsigned short)(*in_map + index_bias); 89 out_map++; 107 unsigned int *out_map = out; local in function:util_rebuild_uint_elts_to_userptr 121 *out_map = (unsigned int)(*in_map + index_bias); 123 out_map++;
|
| H A D | u_vbuf.c | 398 uint8_t *out_map; local in function:u_vbuf_translate_buffers 464 (void**)&out_map); 478 tr->run_elts(tr, (unsigned*)map, info->count, 0, 0, out_map); 481 tr->run_elts16(tr, (uint16_t*)map, info->count, 0, 0, out_map); 484 tr->run_elts8(tr, map, info->count, 0, 0, out_map); 498 (void**)&out_map); 504 tr->run(tr, 0, num_vertices, 0, 0, out_map);
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/util/ |
| H A D | u_index_modify.c | 39 unsigned short *out_map = out; local in function:util_shorten_ubyte_elts_to_userptr 53 *out_map = (unsigned short)(*in_map + index_bias); 55 out_map++; 73 unsigned short *out_map = out; local in function:util_rebuild_ushort_elts_to_userptr 87 *out_map = (unsigned short)(*in_map + index_bias); 89 out_map++; 107 unsigned int *out_map = out; local in function:util_rebuild_uint_elts_to_userptr 121 *out_map = (unsigned int)(*in_map + index_bias); 123 out_map++;
|
| H A D | u_vbuf.c | 459 uint8_t *out_map; local in function:u_vbuf_translate_buffers 541 (void**)&out_map); 555 tr->run_elts(tr, (unsigned*)map, draw->count, 0, 0, out_map); 558 tr->run_elts16(tr, (uint16_t*)map, draw->count, 0, 0, out_map); 561 tr->run_elts8(tr, map, draw->count, 0, 0, out_map); 575 (void**)&out_map); 581 tr->run(tr, 0, num_vertices, 0, 0, out_map);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/swrast/ |
| H A D | s_renderbuffer.h | 45 GLubyte **out_map,
|
| H A D | s_renderbuffer.c | 182 GLubyte **out_map, 192 *out_map = NULL; 199 *out_map = map; 178 _swrast_map_soft_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/swrast/ |
| H A D | s_renderbuffer.h | 45 GLubyte **out_map,
|
| H A D | s_renderbuffer.c | 182 GLubyte **out_map, 192 *out_map = NULL; 199 *out_map = map; 178 _swrast_map_soft_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fbo.c | 150 GLubyte **out_map, 180 *out_map = rrb->map_buffer; 188 GLubyte **out_map, 219 *out_map = rrb->map_buffer; 228 GLubyte **out_map, 244 *out_map = NULL; 296 *out_map = map; 299 *out_map = map + (h - 1) * rrb->map_pitch; 313 mode, out_map, out_stride); 318 mode, out_map, out_strid 147 radeon_map_renderbuffer_s8z24(struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride) argument 185 radeon_map_renderbuffer_z16(struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride) argument 224 radeon_map_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument [all...] |
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/radeon/ |
| H A D | radeon_fbo.c | 150 GLubyte **out_map, 180 *out_map = rrb->map_buffer; 188 GLubyte **out_map, 219 *out_map = rrb->map_buffer; 228 GLubyte **out_map, 244 *out_map = NULL; 296 *out_map = map; 299 *out_map = map + (h - 1) * rrb->map_pitch; 313 mode, out_map, out_stride); 318 mode, out_map, out_strid 147 radeon_map_renderbuffer_s8z24(struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride) argument 185 radeon_map_renderbuffer_z16(struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride) argument 224 radeon_map_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument [all...] |
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_fbo.c | 135 GLubyte **out_map, 165 *out_map = map; 131 nouveau_renderbuffer_map(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/nouveau/ |
| H A D | nouveau_fbo.c | 136 GLubyte **out_map, 166 *out_map = map; 132 nouveau_renderbuffer_map(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_fbo.c | 88 GLubyte **out_map, 105 *out_map = (GLubyte *) srb->Buffer + y * rowStride + x * bpp; 132 *out_map = map; 84 intel_map_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i915/ |
| H A D | intel_fbo.c | 88 GLubyte **out_map, 105 *out_map = (GLubyte *) srb->Buffer + y * rowStride + x * bpp; 132 *out_map = map; 84 intel_map_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/i965/ |
| H A D | intel_fbo.c | 107 GLubyte **out_map, 122 *out_map = (GLubyte *) srb->Buffer + y * rowStride + x * bpp; 182 *out_map = map; 187 *out_map = NULL; 103 intel_map_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib/dist/src/mesa/drivers/dri/i965/ |
| H A D | brw_fbo.c | 107 GLubyte **out_map, 122 *out_map = (GLubyte *) srb->Buffer + y * rowStride + x * bpp; 182 *out_map = map; 187 *out_map = NULL; 103 brw_map_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|
| /xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/dri/swrast/ |
| H A D | swrast.c | 472 GLubyte **out_map, 501 *out_map = xrb->Base.Buffer + (h - 1) * stride; 516 *out_map = map; 468 swrast_map_renderbuffer(struct gl_context * ctx,struct gl_renderbuffer * rb,GLuint x,GLuint y,GLuint w,GLuint h,GLbitfield mode,GLubyte ** out_map,GLint * out_stride,bool flip_y) argument
|