Lines Matching defs:context3d
1280 blink::WebGraphicsContext3D* context3d =
1281 Context3d();
1284 context3d->clearColor(0.f, 1.f, 0.f, 1.f);
1285 context3d->clear(GL_COLOR_BUFFER_BIT);
1290 blink::WebGraphicsContext3D* context3d =
1291 output_surface_->context_provider()->Context3d();
1292 ASSERT_TRUE(context3d->getContextAttributes().stencil);
1295 context3d->clearStencil(0);
1296 context3d->clear(GL_STENCIL_BUFFER_BIT);
1297 context3d->enable(GL_SCISSOR_TEST);
1298 context3d->clearStencil(1);
1299 context3d->scissor(0,
1303 context3d->clear(GL_STENCIL_BUFFER_BIT);
1304 context3d->scissor(device_viewport_size_.width() / 2,
1308 context3d->clear(GL_STENCIL_BUFFER_BIT);