OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WebGLContextObject
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLContextObject.cpp
28
#include "core/html/canvas/
WebGLContextObject
.h"
34
WebGLContextObject
::
WebGLContextObject
(WebGLRenderingContext* context)
40
WebGLContextObject
::~
WebGLContextObject
()
46
void
WebGLContextObject
::detachContext()
56
GraphicsContext3D*
WebGLContextObject
::getAGraphicsContext3D() const
WebGLContextObject.h
36
//
WebGLContextObject
the base class for objects that are owned by a specific
38
class
WebGLContextObject
: public WebGLObject {
40
virtual ~
WebGLContextObject
();
52
WebGLContextObject
(WebGLRenderingContext*);
Completed in 128 milliseconds