HomeSort by relevance Sort by last modified time
    Searched refs:ScopedFrameBufferBinder (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/ui/gl/
scoped_binders.h 14 class GL_EXPORT ScopedFrameBufferBinder {
16 explicit ScopedFrameBufferBinder(unsigned int fbo);
17 ~ScopedFrameBufferBinder();
27 DISALLOW_COPY_AND_ASSIGN(ScopedFrameBufferBinder);
scoped_binders.cc 12 ScopedFrameBufferBinder::ScopedFrameBufferBinder(unsigned int fbo)
22 ScopedFrameBufferBinder::~ScopedFrameBufferBinder() {
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.cc 443 gfx::ScopedFrameBufferBinder fbo_binder(fbo_id_);
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 324 class ScopedFrameBufferBinder {
326 explicit ScopedFrameBufferBinder(GLES2DecoderImpl* decoder, GLuint id);
327 ~ScopedFrameBufferBinder();
331 DISALLOW_COPY_AND_ASSIGN(ScopedFrameBufferBinder);
712 friend class ScopedFrameBufferBinder;
    [all...]

Completed in 749 milliseconds