Searched defs:ScopedFrameBufferBinder (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/ui/gl/
H A Dscoped_binders.cc12 ScopedFrameBufferBinder::ScopedFrameBufferBinder(unsigned int fbo) function in class:gfx::ScopedFrameBufferBinder
22 ScopedFrameBufferBinder::~ScopedFrameBufferBinder() {
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);
/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 441 milliseconds