Lines Matching refs:ctx
62 _mesa_meta_init(struct gl_context *ctx);
65 _mesa_meta_free(struct gl_context *ctx);
68 _mesa_meta_begin(struct gl_context *ctx, GLbitfield state);
71 _mesa_meta_end(struct gl_context *ctx);
74 _mesa_meta_in_progress(struct gl_context *ctx);
77 _mesa_meta_BlitFramebuffer(struct gl_context *ctx,
83 _mesa_meta_Clear(struct gl_context *ctx, GLbitfield buffers);
86 _mesa_meta_glsl_Clear(struct gl_context *ctx, GLbitfield buffers);
89 _mesa_meta_CopyPixels(struct gl_context *ctx, GLint srcx, GLint srcy,
94 _mesa_meta_DrawPixels(struct gl_context *ctx,
101 _mesa_meta_Bitmap(struct gl_context *ctx,
107 _mesa_meta_check_generate_mipmap_fallback(struct gl_context *ctx, GLenum target,
111 _mesa_meta_GenerateMipmap(struct gl_context *ctx, GLenum target,
115 _mesa_meta_CopyTexSubImage(struct gl_context *ctx, GLuint dims,
123 _mesa_meta_GetTexImage(struct gl_context *ctx,
128 _mesa_meta_DrawTex(struct gl_context *ctx, GLfloat x, GLfloat y, GLfloat z,