OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TestWebGraphicsContext3D
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/cc/test/
test_web_graphics_context_3d.cc
36
const WebGLId
TestWebGraphicsContext3D
::kExternalTextureId = 1337;
41
TestWebGraphicsContext3D
::Namespace*
42
TestWebGraphicsContext3D
::shared_namespace_ = NULL;
44
TestWebGraphicsContext3D
::Namespace::Namespace()
50
TestWebGraphicsContext3D
::Namespace::~Namespace() {
57
scoped_ptr<
TestWebGraphicsContext3D
>
TestWebGraphicsContext3D
::Create() {
58
return make_scoped_ptr(new
TestWebGraphicsContext3D
());
61
TestWebGraphicsContext3D
::
TestWebGraphicsContext3D
()
[
all
...]
test_web_graphics_context_3d.h
28
class
TestWebGraphicsContext3D
: public FakeWebGraphicsContext3D {
30
static scoped_ptr<
TestWebGraphicsContext3D
> Create();
32
virtual ~
TestWebGraphicsContext3D
();
312
TestWebGraphicsContext3D
();
354
base::WeakPtrFactory<
TestWebGraphicsContext3D
> weak_ptr_factory_;
Completed in 707 milliseconds