Searched refs:ScopedFrameBufferBinder (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/ui/gl/
H A Dscoped_binders.h14 class GL_EXPORT ScopedFrameBufferBinder { class in namespace:gfx
16 explicit ScopedFrameBufferBinder(unsigned int fbo);
17 ~ScopedFrameBufferBinder();
27 DISALLOW_COPY_AND_ASSIGN(ScopedFrameBufferBinder);
H A Dscoped_binders.cc12 ScopedFrameBufferBinder::ScopedFrameBufferBinder(unsigned int fbo) function in class:gfx::ScopedFrameBufferBinder
22 ScopedFrameBufferBinder::~ScopedFrameBufferBinder() {
/external/chromium_org/content/common/gpu/
H A Dtexture_image_transport_surface.cc444 gfx::ScopedFrameBufferBinder fbo_binder(fbo_id_);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc316 class ScopedFrameBufferBinder { class in namespace:gpu::gles2
318 explicit ScopedFrameBufferBinder(GLES2DecoderImpl* decoder, GLuint id);
319 ~ScopedFrameBufferBinder();
323 DISALLOW_COPY_AND_ASSIGN(ScopedFrameBufferBinder);
726 friend class ScopedFrameBufferBinder;
1938 ScopedFrameBufferBinder::ScopedFrameBufferBinder(GLES2DecoderImpl* decoder, function in class:gpu::gles2::ScopedFrameBufferBinder
1942 "ScopedFrameBufferBinder::ctor", decoder_->GetErrorState());
1947 ScopedFrameBufferBinder::~ScopedFrameBufferBinder() {
[all...]

Completed in 2579 milliseconds