Home | History | Annotate | Download | only in libagl

Lines Matching defs:th

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