Home | History | Annotate | Download | only in jni

Lines Matching defs:dat

573   qpic_t		*dat;
588 dat = (qpic_t *)COM_LoadTempFile (path);
589 if (!dat)
591 SwapPic (dat);
597 memcpy (menuplyr_pixels, dat->data, dat->width*dat->height);
599 pic->pic.width = dat->width;
600 pic->pic.height = dat->height;
604 gl->texnum = GL_LoadPicTexture (dat);