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

  /external/chromium_org/gpu/command_buffer/service/
gl_state_restorer_impl.cc 11 GLStateRestorerImpl::GLStateRestorerImpl(
16 GLStateRestorerImpl::~GLStateRestorerImpl() {
19 bool GLStateRestorerImpl::IsInitialized() {
24 void GLStateRestorerImpl::RestoreState(const gfx::GLStateRestorer* prev_state) {
26 const GLStateRestorerImpl* restorer_impl =
27 static_cast<const GLStateRestorerImpl*>(prev_state);
32 void GLStateRestorerImpl::RestoreAllTextureUnitBindings() {
37 void GLStateRestorerImpl::RestoreActiveTextureUnitBinding(unsigned int target)
    [all...]
gl_state_restorer_impl.h 5 // This file contains the GLStateRestorerImpl class.
22 class GPU_EXPORT GLStateRestorerImpl : public gfx::GLStateRestorer {
24 explicit GLStateRestorerImpl(base::WeakPtr<gles2::GLES2Decoder> decoder);
25 virtual ~GLStateRestorerImpl();
37 DISALLOW_COPY_AND_ASSIGN(GLStateRestorerImpl);
gl_context_virtual.cc 29 SetGLStateRestorer(new GLStateRestorerImpl(decoder_));
  /external/chromium_org/content/common/gpu/
gpu_command_buffer_stub.cc 520 new gpu::GLStateRestorerImpl(decoder_->AsWeakPtr()));
    [all...]

Completed in 1292 milliseconds