OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
452
gfx::
ScopedFrameBufferBinder
fbo_binder(fbo_id_);
/external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc
327
class
ScopedFrameBufferBinder
{
329
explicit
ScopedFrameBufferBinder
(GLES2DecoderImpl* decoder, GLuint id);
330
~
ScopedFrameBufferBinder
();
334
DISALLOW_COPY_AND_ASSIGN(
ScopedFrameBufferBinder
);
695
friend class
ScopedFrameBufferBinder
;
[
all
...]
Completed in 346 milliseconds