Home | History | Annotate | Download | only in functional

Lines Matching defs:VIEWPORT_WIDTH

83 	VIEWPORT_WIDTH	= 256,
186 if (renderTarget.getWidth() < VIEWPORT_WIDTH || renderTarget.getHeight() < VIEWPORT_HEIGHT)
191 int width = deMin32(renderTarget.getWidth(), VIEWPORT_WIDTH);