Searched defs:ScopedTextureBinder (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gl/
H A Dscoped_binders.cc32 ScopedTextureBinder::ScopedTextureBinder(unsigned int target, unsigned int id) function in class:gfx::ScopedTextureBinder
58 ScopedTextureBinder::~ScopedTextureBinder() {
H A Dscoped_binders.h31 class GL_EXPORT ScopedTextureBinder { class in namespace:gfx
33 ScopedTextureBinder(unsigned int target, unsigned int id);
34 ~ScopedTextureBinder();
45 DISALLOW_COPY_AND_ASSIGN(ScopedTextureBinder);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.h127 class ScopedTextureBinder : ScopedBinder<Target> { class in namespace:content
129 ScopedTextureBinder(gpu::gles2::GLES2Interface* gl, GLuint id) function in class:content::ScopedTextureBinder
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc291 class ScopedTextureBinder { class in namespace:gpu::gles2
293 explicit ScopedTextureBinder(ContextState* state, GLuint id, GLenum target);
294 ~ScopedTextureBinder();
299 DISALLOW_COPY_AND_ASSIGN(ScopedTextureBinder);
1904 ScopedTextureBinder::ScopedTextureBinder(ContextState* state, function in class:gpu::gles2::ScopedTextureBinder
1910 "ScopedTextureBinder::ctor", state_->GetErrorState());
1918 ScopedTextureBinder::~ScopedTextureBinder() {
1920 "ScopedTextureBinder
[all...]

Completed in 821 milliseconds