Home | History | Annotate | Download | only in main

Lines Matching refs:gl_context

32 struct gl_context;
58 _mesa_init_fbobjects(struct gl_context *ctx);
64 _mesa_lookup_renderbuffer(struct gl_context *ctx, GLuint id);
67 _mesa_lookup_framebuffer(struct gl_context *ctx, GLuint id);
70 _mesa_get_attachment(struct gl_context *ctx, struct gl_framebuffer *fb,
93 _mesa_remove_attachment(struct gl_context *ctx,
97 _mesa_set_texture_attachment(struct gl_context *ctx,
104 _mesa_set_renderbuffer_attachment(struct gl_context *ctx,
109 _mesa_framebuffer_renderbuffer(struct gl_context *ctx,
114 _mesa_validate_framebuffer(struct gl_context *ctx, struct gl_framebuffer *fb);
117 _mesa_test_framebuffer_completeness(struct gl_context *ctx,
121 _mesa_is_legal_color_format(const struct gl_context *ctx, GLenum baseFormat);
124 _mesa_base_fbo_format(struct gl_context *ctx, GLenum internalFormat);