Searched refs:ScopedBinder (Results 1 – 2 of 2) sorted by relevance
48 class ScopedBinder {50 ScopedBinder(const std::shared_ptr<Context>& ctx, in ScopedBinder() function57 ~ScopedBinder() { in ~ScopedBinder()66 DISALLOW_COPY_AND_ASSIGN(ScopedBinder);
831 ScopedBinder<Geometry> quad_binder(ctx, geometry_); in render_texture()832 ScopedBinder<Effect> fx_binder(ctx, effect_); in render_texture()833 ScopedBinder<Texture2D> tex_binder(ctx, texture); in render_texture()