Searched refs:ScopedTextureBinder (Results 1 - 17 of 17) sorted by relevance

/external/chromium_org/ui/gl/
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);
H A Dscoped_binders.cc32 ScopedTextureBinder::ScopedTextureBinder(unsigned int target, unsigned int id) function in class:gfx::ScopedTextureBinder
58 ScopedTextureBinder::~ScopedTextureBinder() {
H A Dgl_image_memory.cc212 ScopedTextureBinder texture_binder(GL_TEXTURE_2D, egl_texture_id_);
240 ScopedTextureBinder texture_binder(GL_TEXTURE_2D, egl_texture_id_);
H A Dgl_image_android_native_buffer.cc92 ScopedTextureBinder texture_binder(GL_TEXTURE_2D, texture_id_for_unbind_);
/external/chromium_org/content/common/gpu/client/
H A Dgl_helper.cc52 content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl, texture_);
397 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, dst_texture);
439 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, dst_texture);
586 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
624 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
654 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
898 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
922 content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
960 content::ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, texture);
973 content::ScopedTextureBinder<GL_TEXTURE_2
[all...]
H A Dgl_helper_readback_support.cc79 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, dst_texture);
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
H A Dgl_helper_scaling.cc144 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_,
177 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, dest_textures[t]);
185 ScopedTextureBinder<GL_TEXTURE_2D> texture_binder(gl_, source_texture);
/external/chromium_org/gpu/command_buffer/service/
H A Dasync_pixel_transfer_manager_idle.cc150 gfx::ScopedTextureBinder texture_binder(tex_params.target, texture_id_);
186 gfx::ScopedTextureBinder texture_binder(tex_params.target, texture_id_);
H A Dasync_pixel_transfer_manager_share_group.cc483 scoped_ptr<gfx::ScopedTextureBinder> texture_binder;
497 texture_binder.reset(new gfx::ScopedTextureBinder(GL_TEXTURE_2D, 0));
H A Dasync_pixel_transfer_manager_egl.cc682 scoped_ptr<gfx::ScopedTextureBinder> texture_binder;
696 texture_binder.reset(new gfx::ScopedTextureBinder(GL_TEXTURE_2D, 0));
H A Dtexture_definition.cc349 gfx::ScopedTextureBinder texture_binder(target_, texture->service_id());
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...]
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc397 gfx::ScopedTextureBinder texture_binder(GL_TEXTURE_2D,
/external/chromium_org/content/common/gpu/media/
H A Dvt_video_decode_accelerator.cc479 gfx::ScopedTextureBinder
H A Dvaapi_video_decode_accelerator.cc212 gfx::ScopedTextureBinder texture_binder(GL_TEXTURE_2D, texture_id_);
H A Dv4l2_video_decode_accelerator.cc345 gfx::ScopedTextureBinder bind_restore(GL_TEXTURE_EXTERNAL_OES, 0);

Completed in 226 milliseconds