Lines Matching refs:gres
230 const GraphicsResource& gres, in SetupFrameTransform() argument
256 GLint loc = gres.GetUniformLocation(gres.UNIFORM_uFrameSpec); in SetupFrameTransform()
670 GraphicsResource& gres = *drawInfo.GetGraphicsResource(); in DrawFrame() local
673 local::SetupFrameTransform(gres, WINDOWFRAME_LT, TEXTUREFLIP_NONE); in DrawFrame()
677 local::SetupFrameTransform(gres, WINDOWFRAME_RT, TEXTUREFLIP_FLIPH); in DrawFrame()
681 local::SetupFrameTransform(gres, WINDOWFRAME_RB, TEXTUREFLIP_ROTATE180); in DrawFrame()
685 local::SetupFrameTransform(gres, WINDOWFRAME_LB, TEXTUREFLIP_FLIPV); in DrawFrame()
703 GraphicsResource& gres = *drawInfo.GetGraphicsResource(); in DrawFrame4() local
717 local::SetupFrameTransform(gres, WindowFrame(i), frame.GetTextureFlip()); in DrawFrame4()
770 GraphicsResource& gres = *drawInfo.GetGraphicsResource(); in DrawFrame8() local
780 local::SetupFrameTransform(gres, WindowFrame(i), frame.GetTextureFlip()); in DrawFrame8()