Lines Matching refs:gres
228 const GraphicsResource& gres, in SetupFrameTransform() argument
254 GLint loc = gres.GetUniformLocation(gres.UNIFORM_uFrameSpec); in SetupFrameTransform()
668 GraphicsResource& gres = *drawInfo.GetGraphicsResource(); in DrawFrame() local
671 local::SetupFrameTransform(gres, WINDOWFRAME_LT, TEXTUREFLIP_NONE); in DrawFrame()
675 local::SetupFrameTransform(gres, WINDOWFRAME_RT, TEXTUREFLIP_FLIPH); in DrawFrame()
679 local::SetupFrameTransform(gres, WINDOWFRAME_RB, TEXTUREFLIP_ROTATE180); in DrawFrame()
683 local::SetupFrameTransform(gres, WINDOWFRAME_LB, TEXTUREFLIP_FLIPV); in DrawFrame()
701 GraphicsResource& gres = *drawInfo.GetGraphicsResource(); in DrawFrame4() local
715 local::SetupFrameTransform(gres, WindowFrame(i), frame.GetTextureFlip()); in DrawFrame4()
768 GraphicsResource& gres = *drawInfo.GetGraphicsResource(); in DrawFrame8() local
778 local::SetupFrameTransform(gres, WindowFrame(i), frame.GetTextureFlip()); in DrawFrame8()