Home
last modified time | relevance | path

Searched refs:_mesa_lookup_framebuffer (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/mesa/main/
Dobjectlabel.c212 struct gl_framebuffer *rb = _mesa_lookup_framebuffer(ctx, name); in get_label_pointer()
Dfbobject.h72 _mesa_lookup_framebuffer(struct gl_context *ctx, GLuint id);
Dfbobject.c148 _mesa_lookup_framebuffer(struct gl_context *ctx, GLuint id) in _mesa_lookup_framebuffer() function
171 fb = _mesa_lookup_framebuffer(ctx, id); in _mesa_lookup_framebuffer_err()
2445 struct gl_framebuffer *rb = _mesa_lookup_framebuffer(ctx, framebuffer); in _mesa_IsFramebuffer()
2529 newDrawFb = _mesa_lookup_framebuffer(ctx, framebuffer); in bind_framebuffer()
2660 fb = _mesa_lookup_framebuffer(ctx, framebuffers[i]); in _mesa_DeleteFramebuffers()