Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/main/
Dfbobject.h123 _mesa_framebuffer_texture(struct gl_context *ctx, struct gl_framebuffer *fb,
Dfbobject.c3146 _mesa_framebuffer_texture(struct gl_context *ctx, struct gl_framebuffer *fb, in _mesa_framebuffer_texture() function
3267 _mesa_framebuffer_texture(ctx, fb, attachment, texObj, textarget, level, in framebuffer_texture_with_dims()
3341 _mesa_framebuffer_texture(ctx, fb, attachment, texObj, textarget, level, in _mesa_FramebufferTextureLayer()
3383 _mesa_framebuffer_texture(ctx, fb, attachment, texObj, textarget, level, in _mesa_NamedFramebufferTextureLayer()
3426 _mesa_framebuffer_texture(ctx, fb, attachment, texObj, 0, level, in _mesa_FramebufferTexture()
3466 _mesa_framebuffer_texture(ctx, fb, attachment, texObj, 0, level, in _mesa_NamedFramebufferTexture()
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c121 _mesa_framebuffer_texture(ctx, fb, attachment, texObj, texTarget, in _mesa_meta_framebuffer_texture_image()