Home | History | Annotate | Download | only in main

Lines Matching refs:att

492          const struct gl_renderbuffer_attachment *att;
494 att = find_attachment(readFb, colorReadRb);
498 if (att && att->Texture) {
500 att->Texture->Name,
501 att->Texture->Target,
502 att->TextureLevel,
503 att->CubeMapFace);
513 att = find_attachment(drawFb, colorDrawRb);
517 if (att && att->Texture) {
519 att->Texture->Name,
520 att->Texture->Target,
521 att->TextureLevel,
522 att->CubeMapFace);