Lines Matching refs:att
532 const struct gl_renderbuffer_attachment *att; in blit_framebuffer() local
534 att = find_attachment(readFb, colorReadRb); in blit_framebuffer()
538 if (att && att->Texture) { in blit_framebuffer()
540 att->Texture->Name, in blit_framebuffer()
541 att->Texture->Target, in blit_framebuffer()
542 att->TextureLevel, in blit_framebuffer()
543 att->CubeMapFace); in blit_framebuffer()
553 att = find_attachment(drawFb, colorDrawRb); in blit_framebuffer()
557 if (att && att->Texture) { in blit_framebuffer()
559 att->Texture->Name, in blit_framebuffer()
560 att->Texture->Target, in blit_framebuffer()
561 att->TextureLevel, in blit_framebuffer()
562 att->CubeMapFace); in blit_framebuffer()