OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLStateRestorerImpl
(Results
1 - 2
of
2
) 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() {
29
void
GLStateRestorerImpl
::RestoreAllTextureUnitBindings() {
34
void
GLStateRestorerImpl
::RestoreFramebufferBindings() {
gl_state_restorer_impl.h
5
// This file contains the
GLStateRestorerImpl
class.
21
class GPU_EXPORT
GLStateRestorerImpl
: public gfx::GLStateRestorer {
23
explicit
GLStateRestorerImpl
(base::WeakPtr<gles2::GLES2Decoder> decoder);
24
virtual ~
GLStateRestorerImpl
();
34
DISALLOW_COPY_AND_ASSIGN(
GLStateRestorerImpl
);
Completed in 655 milliseconds