Home | History | Annotate | Download | only in glshared

Lines Matching refs:RenderContext

106 	CheckedShader (const RenderContext& renderCtx, glu::ShaderType type, const string& src)
119 CheckedProgram (const RenderContext& renderCtx, GLuint vtxShader, GLuint fragShader)
232 const RenderContext& renderCtx = ctx.getRenderContext();
484 void setViewport (const RenderContext& renderCtx, const Rectangle& rect)
489 void readRectangle (const RenderContext& renderCtx, const Rectangle& rect, Surface& dst)
495 Rectangle randomViewport (const RenderContext& ctx, GLint maxWidth, GLint maxHeight,
694 const RenderContext& getRenderContext (void) const { return m_ctx.getRenderContext(); }