Searched refs:graphics_3d (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/ppapi/tests/
H A Dtest_compositor.cc105 pp::Graphics3D graphics_3d(instance_, attribs);
106 ASSERT_FALSE(graphics_3d.is_null());
107 glSetCurrentContextPPAPI(graphics_3d.pp_resource());
125 texture_layer.SetTexture(graphics_3d, GL_TEXTURE_2D, texture,
182 pp::Graphics3D graphics_3d(instance_, attribs);
183 ASSERT_FALSE(graphics_3d.is_null());
184 glSetCurrentContextPPAPI(graphics_3d.pp_resource());
205 texture_layer.SetTexture(graphics_3d, GL_TEXTURE_2D, texture,
247 pp::Graphics3D graphics_3d(instance_, attribs);
248 ASSERT_FALSE(graphics_3d
[all...]
/external/chromium_org/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc17 #include "ppapi/cpp/graphics_3d.h"
154 Decoder(MyInstance* instance, int id, const pp::Graphics3D& graphics_3d);
234 const pp::Graphics3D& graphics_3d)
255 decoder_->Initialize(graphics_3d,
390 PP_Resource graphics_3d = context_->pp_resource();
392 gles2_if_->DeleteProgram(graphics_3d, shader_2d_.program);
394 gles2_if_->DeleteProgram(graphics_3d, shader_rectangle_arb_.program);
396 gles2_if_->DeleteProgram(graphics_3d, shader_external_oes_.program);
475 PP_Resource graphics_3d = context_->pp_resource(); local
478 gles2_if_->UseProgram(graphics_3d, shader_2d
232 Decoder(MyInstance* instance, int id, const pp::Graphics3D& graphics_3d) argument
[all...]
/external/chromium_org/ppapi/examples/video_decode/
H A Dvideo_decode.cc15 #include "ppapi/cpp/graphics_3d.h"
155 Decoder(MyInstance* instance, int id, const pp::Graphics3D& graphics_3d);
235 const pp::Graphics3D& graphics_3d)
256 decoder_->Initialize(graphics_3d,
391 PP_Resource graphics_3d = context_->pp_resource();
393 gles2_if_->DeleteProgram(graphics_3d, shader_2d_.program);
395 gles2_if_->DeleteProgram(graphics_3d, shader_rectangle_arb_.program);
397 gles2_if_->DeleteProgram(graphics_3d, shader_external_oes_.program);
476 PP_Resource graphics_3d = context_->pp_resource(); local
479 gles2_if_->UseProgram(graphics_3d, shader_2d
233 Decoder(MyInstance* instance, int id, const pp::Graphics3D& graphics_3d) argument
[all...]
/external/chromium_org/ppapi/thunk/
H A Dppb_video_decoder_dev_thunk.cc20 PP_Resource graphics_3d,
26 instance, graphics_3d, profile);
19 Create(PP_Instance instance, PP_Resource graphics_3d, PP_VideoDecoder_Profile profile) argument
/external/chromium_org/content/renderer/pepper/
H A Dppb_graphics_3d_impl.cc76 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d(
78 if (!graphics_3d->Init(share_api, attrib_list))
80 return graphics_3d->GetReference();
96 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d(
98 if (!graphics_3d->InitRaw(share_api, attrib_list, shared_state_handle))
100 return graphics_3d->GetReference();
H A Dppb_video_decoder_impl.cc125 PPB_Graphics3D_Impl* graphics_3d =
128 int command_buffer_route_id = graphics_3d->GetCommandBufferRouteId();
132 InitCommon(graphics_context, graphics_3d->gles2_impl());
137 GpuChannelHost* channel = graphics_3d->channel();
H A Dpepper_plugin_instance_impl.cc2355 PPB_Graphics3D_Impl* graphics_3d = local
2372 } else if (graphics_3d) {
2375 if (graphics_3d->pp_instance() == pp_instance() &&
2376 graphics_3d->BindToInstance(true)) {
2377 bound_graphics_3d_ = graphics_3d;
/external/chromium_org/ppapi/proxy/
H A Dppb_graphics_3d_proxy.cc178 scoped_refptr<Graphics3D> graphics_3d(new Graphics3D(result));
179 if (!graphics_3d->Init(share_gles2, shared_state))
181 return graphics_3d->GetReference();
H A Dvideo_decoder_resource_unittest.cc106 scoped_refptr<ppapi::proxy::Graphics3D> graphics_3d(
108 return graphics_3d->GetReference();

Completed in 916 milliseconds