OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:GLSurfaceCGL
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/ui/gl/
gl_surface_cgl.h
14
class
GLSurfaceCGL
: public GLSurface {
16
GLSurfaceCGL
();
22
virtual ~
GLSurfaceCGL
();
25
DISALLOW_COPY_AND_ASSIGN(
GLSurfaceCGL
);
32
class GL_EXPORT NoOpGLSurfaceCGL : public
GLSurfaceCGL
{
gl_surface_cgl.cc
23
GLSurfaceCGL
::
GLSurfaceCGL
() {}
25
bool
GLSurfaceCGL
::InitializeOneOff() {
64
void*
GLSurfaceCGL
::GetPixelFormat() {
68
GLSurfaceCGL
::~
GLSurfaceCGL
() {}
Completed in 33 milliseconds