Home | History | Annotate | Download | only in libagl

Lines Matching refs:tw

808             const GLuint tw = textureObject->surface.width;
810 if ((uint32_t(s0+x+w) > tw) || (uint32_t(t0+y+h) > th)) {