Home | History | Annotate | Download | only in service

Lines Matching refs:ScopedTextureBinder

299 class ScopedTextureBinder {
301 explicit ScopedTextureBinder(ContextState* state, GLuint id, GLenum target);
302 ~ScopedTextureBinder();
307 DISALLOW_COPY_AND_ASSIGN(ScopedTextureBinder);
1846 ScopedTextureBinder::ScopedTextureBinder(ContextState* state,
1852 "ScopedTextureBinder::ctor", state_->GetErrorState());
1860 ScopedTextureBinder::~ScopedTextureBinder() {
1862 "ScopedTextureBinder::dtor", state_->GetErrorState());
1987 ScopedTextureBinder binder(state_, id_, GL_TEXTURE_2D);
2011 ScopedTextureBinder binder(state_, id_, GL_TEXTURE_2D);
2052 ScopedTextureBinder binder(state_, id_, GL_TEXTURE_2D);