HomeSort by relevance Sort by last modified time
    Searched refs:Graphics3D (Results 26 - 33 of 33) sorted by null

12

  /external/chromium_org/ppapi/examples/compositor/
compositor.cc 83 pp::Graphics3D* context_;
177 context_ = new pp::Graphics3D(this, context_attributes);
  /external/chromium_org/ppapi/examples/media_stream_video/
media_stream_video.cc 108 pp::Graphics3D* context_;
209 context_ = new pp::Graphics3D(this, attributes);
  /external/chromium_org/ppapi/cpp/
instance.cc 125 bool Instance::BindGraphics(const Graphics3D& graphics) {
  /external/chromium_org/ppapi/examples/video_capture/
video_capture.cc 154 pp::Graphics3D* context_;
258 context_ = new pp::Graphics3D(this, attributes);
  /external/chromium_org/ppapi/examples/video_decode/
video_decode_dev.cc 186 pp::Graphics3D* context_;
501 context_ = new pp::Graphics3D(this, context_attributes);
  /external/chromium_org/ppapi/proxy/
video_decoder_resource_unittest.cc 106 scoped_refptr<ppapi::proxy::Graphics3D> graphics_3d(
107 new ppapi::proxy::Graphics3D(host_resource));
113 LockingResourceReleaser graphics3d(CreateGraphics3d());
117 graphics3d.get(),
338 LockingResourceReleaser graphics3d(CreateGraphics3d());
342 graphics3d.get(),
353 graphics3d.get(),
  /external/chromium_org/chrome/test/ppapi/
ppapi_browsertest.cc 249 #define MAYBE_OUT_Graphics3D Graphics3D
261 #define MAYBE_OUT_Graphics3D Graphics3D
262 #define MAYBE_NACL_Graphics3D Graphics3D
    [all...]
  /external/chromium_org/ppapi/tests/
test_graphics_2d.cc 793 ASSERT_TRUE(instance_->BindGraphics(pp::Graphics3D()));
801 ASSERT_TRUE(instance_->BindGraphics(pp::Graphics3D()));

Completed in 640 milliseconds

12