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

  /external/chromium_org/ui/gl/
scoped_binders.cc 32 ScopedTextureBinder::ScopedTextureBinder(unsigned int target, unsigned int id)
58 ScopedTextureBinder::~ScopedTextureBinder() {
scoped_binders.h 31 class GL_EXPORT ScopedTextureBinder {
33 ScopedTextureBinder(unsigned int target, unsigned int id);
34 ~ScopedTextureBinder();
45 DISALLOW_COPY_AND_ASSIGN(ScopedTextureBinder);
  /external/chromium_org/content/common/gpu/client/
gl_helper.h 127 class ScopedTextureBinder : ScopedBinder<Target> {
129 ScopedTextureBinder(gpu::gles2::GLES2Interface* gl, GLuint id)
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 291 class ScopedTextureBinder {
293 explicit ScopedTextureBinder(ContextState* state, GLuint id, GLenum target);
294 ~ScopedTextureBinder();
299 DISALLOW_COPY_AND_ASSIGN(ScopedTextureBinder);
    [all...]

Completed in 618 milliseconds