OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TestWebGraphicsContext3D
(Results
1 - 21
of
21
) sorted by null
/external/chromium_org/cc/test/
test_context_provider.h
20
class
TestWebGraphicsContext3D
;
25
typedef base::Callback<scoped_ptr<
TestWebGraphicsContext3D
>(void)>
30
scoped_ptr<
TestWebGraphicsContext3D
> context);
46
TestWebGraphicsContext3D
* TestContext3d();
48
// This returns the
TestWebGraphicsContext3D
but is valid to call
52
TestWebGraphicsContext3D
* UnboundTestContext3d();
61
explicit TestContextProvider(scoped_ptr<
TestWebGraphicsContext3D
> context);
69
scoped_ptr<
TestWebGraphicsContext3D
> context3d_;
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_unittest.cc
15
static bool check_parameter_value(
TestWebGraphicsContext3D
* context,
23
static void expect_default_parameter_values(
TestWebGraphicsContext3D
* context) {
35
scoped_ptr<
TestWebGraphicsContext3D
> context(
36
TestWebGraphicsContext3D
::Create());
45
scoped_ptr<
TestWebGraphicsContext3D
> context(
46
TestWebGraphicsContext3D
::Create());
58
scoped_ptr<
TestWebGraphicsContext3D
> context(
59
TestWebGraphicsContext3D
::Create());
test_context_provider.cc
40
return Create(
TestWebGraphicsContext3D
::Create().Pass());
45
scoped_ptr<
TestWebGraphicsContext3D
> context) {
52
scoped_ptr<
TestWebGraphicsContext3D
> context)
160
TestWebGraphicsContext3D
* TestContextProvider::TestContext3d() {
167
TestWebGraphicsContext3D
* TestContextProvider::UnboundTestContext3d() {
fake_output_surface.h
36
scoped_ptr<
TestWebGraphicsContext3D
> context) {
58
scoped_ptr<
TestWebGraphicsContext3D
> context) {
85
scoped_ptr<
TestWebGraphicsContext3D
> context) {
test_gles2_interface.h
11
class
TestWebGraphicsContext3D
;
15
explicit TestGLES2Interface(
TestWebGraphicsContext3D
* test_context);
166
TestWebGraphicsContext3D
* test_context_;
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_;
test_gles2_interface.cc
12
TestGLES2Interface::TestGLES2Interface(
TestWebGraphicsContext3D
* test_context)
/external/chromium_org/cc/resources/
video_resource_updater_unittest.cc
21
scoped_ptr<
TestWebGraphicsContext3D
> context3d =
22
TestWebGraphicsContext3D
::Create();
54
TestWebGraphicsContext3D
* context3d_;
resource_provider_unittest.cc
77
class TextureStateTrackingContext : public
TestWebGraphicsContext3D
{
150
class ResourceProviderContext : public
TestWebGraphicsContext3D
{
422
context3d.PassAs<
TestWebGraphicsContext3D
>());
430
child_context_owned.PassAs<
TestWebGraphicsContext3D
>());
[
all
...]
resource_update_controller_unittest.cc
29
class WebGraphicsContext3DForUploadTest : public
TestWebGraphicsContext3D
{
123
scoped_ptr<
TestWebGraphicsContext3D
>(
raster_worker_pool_unittest.cc
275
TestWebGraphicsContext3D
* context3d = context_provider_->TestContext3d();
/external/chromium_org/cc/output/
shader_unittest.cc
18
scoped_ptr<
TestWebGraphicsContext3D
> stub_context =
19
TestWebGraphicsContext3D
::Create();
gl_renderer_unittest.cc
183
TestWebGraphicsContext3D
::Create()).Pass();
407
class ForbidSynchronousCallContext : public
TestWebGraphicsContext3D
{
556
scoped_ptr<
TestWebGraphicsContext3D
>(new ForbidSynchronousCallContext)));
570
class LoseContextOnFirstGetContext : public
TestWebGraphicsContext3D
{
592
scoped_ptr<
TestWebGraphicsContext3D
>(new LoseContextOnFirstGetContext)));
606
class ClearCountingContext : public
TestWebGraphicsContext3D
{
623
context_owned.PassAs<
TestWebGraphicsContext3D
>()));
669
context_owned.PassAs<
TestWebGraphicsContext3D
>()));
708
context_owned.PassAs<
TestWebGraphicsContext3D
>()));
742
: public
TestWebGraphicsContext3D
{
[
all
...]
delegating_renderer_unittest.cc
29
TestWebGraphicsContext3D
* context3d_;
/external/chromium_org/cc/trees/
layer_tree_host_unittest_context.cc
76
virtual scoped_ptr<
TestWebGraphicsContext3D
> CreateContext3d() {
77
return
TestWebGraphicsContext3D
::Create();
88
scoped_ptr<
TestWebGraphicsContext3D
> context3d = CreateContext3d();
104
scoped_ptr<
TestWebGraphicsContext3D
> CreateOffscreenContext3d() {
106
return scoped_ptr<
TestWebGraphicsContext3D
>();
113
return scoped_ptr<
TestWebGraphicsContext3D
>();
116
scoped_ptr<
TestWebGraphicsContext3D
> offscreen_context3d =
117
TestWebGraphicsContext3D
::Create().Pass();
179
TestWebGraphicsContext3D
* context3d_;
391
//
TestWebGraphicsContext3D
ensures that this resource is created wit
[
all
...]
layer_tree_host_unittest.cc
[
all
...]
layer_tree_host_impl_unittest.cc
474
scoped_ptr<
TestWebGraphicsContext3D
> context_owned =
475
TestWebGraphicsContext3D
::Create();
[
all
...]
/external/chromium_org/cc/layers/
scrollbar_layer_unittest.cc
496
scoped_ptr<
TestWebGraphicsContext3D
> context =
497
TestWebGraphicsContext3D
::Create();
505
scoped_ptr<
TestWebGraphicsContext3D
> context =
506
TestWebGraphicsContext3D
::Create();
picture_layer_impl_unittest.cc
[
all
...]
texture_layer_unittest.cc
[
all
...]
Completed in 601 milliseconds