Searched refs:get_texture_for_framebuffer (Results 1 – 1 of 1) sorted by relevance
/external/mesa3d/src/mesa/main/ |
D | fbobject.c | 2877 get_texture_for_framebuffer(struct gl_context *ctx, GLuint texture, in get_texture_for_framebuffer() function 3253 if (!get_texture_for_framebuffer(ctx, texture, false, caller, &texObj)) in framebuffer_texture_with_dims() 3321 if (!get_texture_for_framebuffer(ctx, texture, false, func, &texObj)) in _mesa_FramebufferTextureLayer() 3363 if (!get_texture_for_framebuffer(ctx, texture, false, func, &texObj)) in _mesa_NamedFramebufferTextureLayer() 3415 if (!get_texture_for_framebuffer(ctx, texture, true, func, &texObj)) in _mesa_FramebufferTexture() 3454 if (!get_texture_for_framebuffer(ctx, texture, true, func, &texObj)) in _mesa_NamedFramebufferTexture()
|