Lines Matching refs:Face
552 * For cube map faces, return a face index in [0,5].
580 const GLuint face = _mesa_tex_target_to_face(target);
587 tObj->Image[face][level] = texImage;
592 texImage->Face = face;
800 const GLuint face = _mesa_tex_target_to_face(target);
806 return texObj->Image[face][level];
2671 GLuint level, face;
2685 const GLuint level = info->level, face = info->face;
2696 att->CubeMapFace == face) {
2717 GLuint face, GLuint level)
2725 info.face = face;
3030 const GLuint face = _mesa_tex_target_to_face(target);
3089 _mesa_update_fbo_texture(ctx, texObj, face, level);
3369 const GLuint face = _mesa_tex_target_to_face(target);
3438 _mesa_update_fbo_texture(ctx, texObj, face, level);