OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLSurface
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_surface.h
23
class GL_EXPORT
GLSurface
: public base::RefCounted<
GLSurface
> {
25
GLSurface
();
29
// context. The implementation of this function for other
GLSurface
derived
101
static scoped_refptr<
GLSurface
> CreateViewGLSurface(
105
static scoped_refptr<
GLSurface
> CreateOffscreenGLSurface(
108
static
GLSurface
* GetCurrent();
111
virtual ~
GLSurface
();
113
static void SetCurrent(
GLSurface
* surface);
118
friend class base::RefCounted<
GLSurface
>;
[
all
...]
gl_surface.cc
21
base::LazyInstance<base::ThreadLocalPointer<
GLSurface
> >::Leaky
26
bool
GLSurface
::InitializeOneOff() {
31
TRACE_EVENT0("gpu", "
GLSurface
::InitializeOneOff");
76
GLSurface
::
GLSurface
() {}
78
bool
GLSurface
::Initialize() {
82
bool
GLSurface
::Resize(const gfx::Size& size) {
87
bool
GLSurface
::Recreate() {
92
bool
GLSurface
::DeferDraws() {
96
std::string
GLSurface
::GetExtensions()
[
all
...]
Completed in 41 milliseconds