Home | History | Annotate | Download | only in main

Lines Matching full:facetarget

795          GLenum faceTarget;
798 faceTarget = GL_TEXTURE_CUBE_MAP_POSITIVE_X + face;
800 faceTarget = target;
803 texImage = _mesa_get_tex_image(ctx, texObj, faceTarget, 0);