Home
last modified time | relevance | path

Searched refs:graphics_3d (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/examples/video_decode/
H A Dvideo_decode.cc237 const pp::Graphics3D& graphics_3d) in Decoder() argument
258 decoder_->Initialize(graphics_3d, in Decoder()
394 PP_Resource graphics_3d = context_->pp_resource(); in ~MyInstance() local
396 gles2_if_->DeleteProgram(graphics_3d, shader_2d_.program); in ~MyInstance()
479 PP_Resource graphics_3d = context_->pp_resource(); in PaintNextPicture() local
482 gles2_if_->UseProgram(graphics_3d, shader_2d_.program); in PaintNextPicture()
488 gles2_if_->Uniform2f(graphics_3d, in PaintNextPicture()
501 gles2_if_->ActiveTexture(graphics_3d, GL_TEXTURE0); in PaintNextPicture()
503 graphics_3d, picture.texture_target, picture.texture_id); in PaintNextPicture()
504 gles2_if_->DrawArrays(graphics_3d, GL_TRIANGLE_STRIP, 0, 4); in PaintNextPicture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/api/video_decode/
H A Dvideo_decode.cc234 const pp::Graphics3D& graphics_3d) in Decoder() argument
255 decoder_->Initialize(graphics_3d, in Decoder()
391 PP_Resource graphics_3d = context_->pp_resource(); in ~MyInstance() local
393 gles2_if_->DeleteProgram(graphics_3d, shader_2d_.program); in ~MyInstance()
476 PP_Resource graphics_3d = context_->pp_resource(); in PaintNextPicture() local
479 gles2_if_->UseProgram(graphics_3d, shader_2d_.program); in PaintNextPicture()
485 gles2_if_->Uniform2f(graphics_3d, in PaintNextPicture()
498 gles2_if_->ActiveTexture(graphics_3d, GL_TEXTURE0); in PaintNextPicture()
500 graphics_3d, picture.texture_target, picture.texture_id); in PaintNextPicture()
501 gles2_if_->DrawArrays(graphics_3d, GL_TRIANGLE_STRIP, 0, 4); in PaintNextPicture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/examples/video_decode/
H A Dvideo_decode.cc237 const pp::Graphics3D& graphics_3d) in Decoder() argument
258 decoder_->Initialize(graphics_3d, in Decoder()
394 PP_Resource graphics_3d = context_->pp_resource(); in ~MyInstance() local
396 gles2_if_->DeleteProgram(graphics_3d, shader_2d_.program); in ~MyInstance()
479 PP_Resource graphics_3d = context_->pp_resource(); in PaintNextPicture() local
482 gles2_if_->UseProgram(graphics_3d, shader_2d_.program); in PaintNextPicture()
488 gles2_if_->Uniform2f(graphics_3d, in PaintNextPicture()
501 gles2_if_->ActiveTexture(graphics_3d, GL_TEXTURE0); in PaintNextPicture()
503 graphics_3d, picture.texture_target, picture.texture_id); in PaintNextPicture()
504 gles2_if_->DrawArrays(graphics_3d, GL_TRIANGLE_STRIP, 0, 4); in PaintNextPicture()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/examples/api/graphics_3d/
H A Dexample.dsc4 'NAME' : 'graphics_3d',
7 'graphics_3d.cc',
19 'NAME': 'graphics_3d',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/thunk/
H A Dppb_video_decoder_dev_thunk.cc22 PP_Resource graphics_3d, in Create() argument
28 instance, graphics_3d, profile); in Create()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/thunk/
H A Dppb_video_decoder_dev_thunk.cc22 PP_Resource graphics_3d, in Create() argument
28 instance, graphics_3d, profile); in Create()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc118 PPB_Graphics3D_Impl* graphics_3d = in Init() local
122 graphics_3d->GetCommandBufferProxy(); in Init()
126 InitCommon(graphics_context, graphics_3d->gles2_impl()); in Init()
H A Dppb_graphics_3d_impl.cc79 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d( in CreateRaw() local
81 if (!graphics_3d->InitRaw(share_api, attrib_helper, capabilities, in CreateRaw()
84 return graphics_3d->GetReference(); in CreateRaw()
H A Dpepper_plugin_instance_impl.cc790 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d, in FinishedConsumingCommittedTexture() argument
803 graphics_3d->ReturnFrontBuffer(resource.mailbox_holder.mailbox, sync_token, in FinishedConsumingCommittedTexture()
2387 PPB_Graphics3D_Impl* graphics_3d = in BindGraphics() local
2400 } else if (graphics_3d) { in BindGraphics()
2403 if (graphics_3d->pp_instance() == pp_instance() && in BindGraphics()
2404 graphics_3d->BindToInstance(true)) { in BindGraphics()
2405 bound_graphics_3d_ = graphics_3d; in BindGraphics()
H A Dpepper_plugin_instance_impl.h208 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d,
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/renderer/pepper/
H A Dppb_video_decoder_impl.cc119 PPB_Graphics3D_Impl* graphics_3d = in Init() local
123 graphics_3d->GetCommandBufferProxy(); in Init()
127 InitCommon(graphics_context, graphics_3d->gles2_impl()); in Init()
H A Dppb_graphics_3d_impl.cc78 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d( in CreateRaw() local
80 if (!graphics_3d->InitRaw(share_api, attrib_helper, capabilities, in CreateRaw()
83 return graphics_3d->GetReference(); in CreateRaw()
H A Dpepper_plugin_instance_impl.cc760 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d, in FinishedConsumingCommittedTexture() argument
773 graphics_3d->ReturnFrontBuffer(resource.mailbox_holder.mailbox, sync_token, in FinishedConsumingCommittedTexture()
2248 PPB_Graphics3D_Impl* graphics_3d = in BindGraphics() local
2261 } else if (graphics_3d) { in BindGraphics()
2264 if (graphics_3d->pp_instance() == pp_instance() && in BindGraphics()
2265 graphics_3d->BindToInstance(true)) { in BindGraphics()
2266 bound_graphics_3d_ = graphics_3d; in BindGraphics()
H A Dpepper_plugin_instance_impl.h200 scoped_refptr<PPB_Graphics3D_Impl> graphics_3d,
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/libraries/ppapi_cpp/
H A Dlibrary.dsc27 'graphics_3d.cc',
101 'graphics_3d.h',
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/proxy/
H A Dppb_graphics_3d_proxy.cc244 scoped_refptr<Graphics3D> graphics_3d( in CreateProxyResource() local
247 if (!graphics_3d->Init(share_gles2, capabilities, std::move(shared_state), in CreateProxyResource()
251 return graphics_3d->GetReference(); in CreateProxyResource()
H A Dvideo_decoder_resource_unittest.cc98 scoped_refptr<ppapi::proxy::Graphics3D> graphics_3d( in CreateGraphics3d() local
102 return graphics_3d->GetReference(); in CreateGraphics3d()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/proxy/
H A Dppb_graphics_3d_proxy.cc244 scoped_refptr<Graphics3D> graphics_3d( in CreateProxyResource() local
247 if (!graphics_3d->Init(share_gles2, capabilities, std::move(shared_state), in CreateProxyResource()
251 return graphics_3d->GetReference(); in CreateProxyResource()
H A Dvideo_decoder_resource_unittest.cc98 scoped_refptr<ppapi::proxy::Graphics3D> graphics_3d( in CreateGraphics3d() local
102 return graphics_3d->GetReference(); in CreateGraphics3d()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ppapi/cpp/
H A DBUILD.gn82 "graphics_3d.cc",
83 "graphics_3d.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/ppapi/cpp/
H A DBUILD.gn78 "graphics_3d.cc",
79 "graphics_3d.h",
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/doc/devguide/coding/
H A D3D-graphics.rst204 example ``examples/api/graphics_3d`` works this way. In the file
205 ``graphics_3d.cc``, the key initialization steps are as follows:
339 SDK example ``graphics_3d``
342 The SDK example ``graphics_3d`` uses the function ``MainLoop`` (in
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client_sdk/src/doc/
H A Dcpp-api.rst180 * `graphics_3d.h <pepper_stable/cpp/graphics__3d_8h.html>`__
H A Dcpp-api-beta.rst180 * `graphics_3d.h <pepper_beta/cpp/graphics__3d_8h.html>`__
H A Dcpp-api-dev.rst180 * `graphics_3d.h <pepper_dev/cpp/graphics__3d_8h.html>`__

12