Home | History | Annotate | Download | only in main

Lines Matching refs:ctx

53 _mesa_pack_rgba_span_float(struct gl_context *ctx, GLuint n,
61 _mesa_unpack_color_span_ubyte(struct gl_context *ctx,
70 _mesa_unpack_color_span_float(struct gl_context *ctx,
78 _mesa_unpack_color_span_uint(struct gl_context *ctx,
85 _mesa_unpack_dudv_span_byte(struct gl_context *ctx,
93 _mesa_unpack_index_span(struct gl_context *ctx, GLuint n,
101 _mesa_pack_index_span(struct gl_context *ctx, GLuint n,
108 _mesa_unpack_stencil_span(struct gl_context *ctx, GLuint n,
115 _mesa_pack_stencil_span(struct gl_context *ctx, GLuint n,
121 _mesa_unpack_depth_span(struct gl_context *ctx, GLuint n,
127 _mesa_pack_depth_span(struct gl_context *ctx, GLuint n, GLvoid *dest,
133 _mesa_pack_depth_stencil_span(struct gl_context *ctx,GLuint n,
148 _mesa_pack_rgba_span_from_uints(struct gl_context *ctx, GLuint n, GLuint rgba[][4],
154 _mesa_pack_rgba_span_from_ints(struct gl_context *ctx, GLuint n, GLint rgba[][4],