Home
last modified time | relevance | path

Searched refs:textureView (Results 1 – 25 of 190) sorted by relevance

12345678

/dports/devel/gammaray/GammaRay-2.11.3/plugins/quickinspector/textureextension/
H A Dtexturetab.cpp75 foreach (auto action, ui->textureView->interactionModeActions()->actions()) in TextureTab()
79 toolbar->addAction(ui->textureView->zoomOutAction()); in TextureTab()
81 zoom->setModel(ui->textureView->zoomLevelModel()); in TextureTab()
83 toolbar->addAction(ui->textureView->zoomInAction()); in TextureTab()
96 ui->textureView, &RemoteViewWidget::setZoomLevel); in TextureTab()
101 connect(ui->textureView, &TextureViewWidget::textureInfoNecessary, this, in TextureTab()
107 connect(ui->textureView, &TextureViewWidget::textureWasteFound, this, in TextureTab()
111 connect(ui->textureView, &TextureViewWidget::textureIsUnicolor, this, in TextureTab()
115 connect(ui->textureView, &TextureViewWidget::textureIsFullyTransparent, this, in TextureTab()
119 connect(ui->textureView, &TextureViewWidget::textureHasBorderImageSavings, this, in TextureTab()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp17 wgpu::TextureView textureView, in GrDawnTexture() argument
23 , fTextureView(textureView) {} in GrDawnTexture()
55 wgpu::TextureView textureView = tex.CreateView(); in Make() local
57 if (!textureView) { in Make()
69 textureView, in Make()
75 new GrDawnTexture(gpu, dimensions, textureView, info, status)); in Make()
91 wgpu::TextureView textureView = info.fTexture.CreateView(); in MakeWrapped() local
92 if (!textureView) { in MakeWrapped()
99 gpu, dimensions, textureView, sampleCnt, info, status)); in MakeWrapped()
102 new GrDawnTexture(gpu, dimensions, textureView, info, status)); in MakeWrapped()
H A DGrDawnTextureRenderTarget.cpp17 wgpu::TextureView textureView, in GrDawnTextureRenderTarget() argument
22 , GrDawnTexture(gpu, dimensions, textureView, textureInfo, mipMapsStatus) in GrDawnTextureRenderTarget()
/dports/multimedia/assimp/assimp-5.1.3/samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/
H A DTextureLoader.cpp278 _Out_opt_ ID3D11ShaderResourceView** textureView, in CreateTextureFromWIC() argument
506 if (textureView != 0) in CreateTextureFromWIC()
525 d3dContext->GenerateMips(*textureView); in CreateTextureFromWIC()
554 _Out_opt_ ID3D11ShaderResourceView** textureView, in CreateWICTextureFromMemory() argument
558 if (!d3dDevice || !wicData || (!texture && !textureView)) in CreateWICTextureFromMemory()
611 if (textureView != 0 && *textureView != 0) in CreateWICTextureFromMemory()
613 (*textureView)->SetPrivateData(WKPDID_D3DDebugObjectName, in CreateWICTextureFromMemory()
628 _Out_opt_ ID3D11ShaderResourceView** textureView, in CreateWICTextureFromFile() argument
631 if (!d3dDevice || !fileName || (!texture && !textureView)) in CreateWICTextureFromFile()
656 if (texture != 0 || textureView != 0) in CreateWICTextureFromFile()
[all …]
H A DTextureLoader.h50 _Out_opt_ ID3D11ShaderResourceView** textureView,
58 _Out_opt_ ID3D11ShaderResourceView** textureView,
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Windows/DirectXTK/
H A DDDSTextureLoader.h50 _Outptr_opt_ ID3D11ShaderResourceView** textureView,
58 _Outptr_opt_ ID3D11ShaderResourceView** textureView,
74 _Outptr_opt_ ID3D11ShaderResourceView** textureView,
88 _Outptr_opt_ ID3D11ShaderResourceView** textureView,
104 … _Outptr_opt_ ID3D11ShaderResourceView** textureView,
117 _Outptr_opt_ ID3D11ShaderResourceView** textureView,
138 … _Outptr_opt_ ID3D11ShaderResourceView** textureView,
157 _Outptr_opt_ ID3D11ShaderResourceView** textureView,
H A DWICTextureLoader.h52 _Out_opt_ ID3D11ShaderResourceView** textureView,
59 _Out_opt_ ID3D11ShaderResourceView** textureView,
74 _Out_opt_ ID3D11ShaderResourceView** textureView,
87 _Out_opt_ ID3D11ShaderResourceView** textureView,
102 _Out_opt_ ID3D11ShaderResourceView** textureView
114 _Out_opt_ ID3D11ShaderResourceView** textureView
134 _Out_opt_ ID3D11ShaderResourceView** textureView
152 _Out_opt_ ID3D11ShaderResourceView** textureView
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp17 dawn::TextureView textureView, in GrDawnTexture() argument
23 , fTextureView(textureView) { in GrDawnTexture()
55 dawn::TextureView textureView = tex.CreateView(); in Make() local
57 if (!textureView) { in Make()
70 textureView, in Make()
75 result = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, in Make()
91 dawn::TextureView textureView = info.fTexture.CreateView(); in MakeWrapped() local
92 if (!textureView) { in MakeWrapped()
98 tex = sk_sp<GrDawnTexture>(new GrDawnTextureRenderTarget(gpu, size, config, textureView, in MakeWrapped()
101 tex = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, status)); in MakeWrapped()
H A DGrDawnTextureRenderTarget.cpp18 dawn::TextureView textureView, in GrDawnTextureRenderTarget() argument
23 , GrDawnTexture(gpu, size, config, textureView, info, mipMapsStatus) in GrDawnTextureRenderTarget()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp17 dawn::TextureView textureView, in GrDawnTexture() argument
23 , fTextureView(textureView) { in GrDawnTexture()
55 dawn::TextureView textureView = tex.CreateView(); in Make() local
57 if (!textureView) { in Make()
70 textureView, in Make()
75 result = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, in Make()
91 dawn::TextureView textureView = info.fTexture.CreateView(); in MakeWrapped() local
92 if (!textureView) { in MakeWrapped()
98 tex = sk_sp<GrDawnTexture>(new GrDawnTextureRenderTarget(gpu, size, config, textureView, in MakeWrapped()
101 tex = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, status)); in MakeWrapped()
H A DGrDawnTextureRenderTarget.cpp18 dawn::TextureView textureView, in GrDawnTextureRenderTarget() argument
23 , GrDawnTexture(gpu, size, config, textureView, info, mipMapsStatus) in GrDawnTextureRenderTarget()
/dports/www/firefox/firefox-99.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp17 dawn::TextureView textureView, in GrDawnTexture() argument
23 , fTextureView(textureView) { in GrDawnTexture()
55 dawn::TextureView textureView = tex.CreateView(); in Make() local
57 if (!textureView) { in Make()
70 textureView, in Make()
75 result = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, in Make()
91 dawn::TextureView textureView = info.fTexture.CreateView(); in MakeWrapped() local
92 if (!textureView) { in MakeWrapped()
98 tex = sk_sp<GrDawnTexture>(new GrDawnTextureRenderTarget(gpu, size, config, textureView, in MakeWrapped()
101 tex = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, status)); in MakeWrapped()
H A DGrDawnTextureRenderTarget.cpp18 dawn::TextureView textureView, in GrDawnTextureRenderTarget() argument
23 , GrDawnTexture(gpu, size, config, textureView, info, mipMapsStatus) in GrDawnTextureRenderTarget()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/src/gpu/dawn/
H A DGrDawnTexture.cpp17 dawn::TextureView textureView, in GrDawnTexture() argument
23 , fTextureView(textureView) { in GrDawnTexture()
55 dawn::TextureView textureView = tex.CreateView(); in Make() local
57 if (!textureView) { in Make()
70 textureView, in Make()
75 result = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, in Make()
91 dawn::TextureView textureView = info.fTexture.CreateView(); in MakeWrapped() local
92 if (!textureView) { in MakeWrapped()
98 tex = sk_sp<GrDawnTexture>(new GrDawnTextureRenderTarget(gpu, size, config, textureView, in MakeWrapped()
101 tex = sk_sp<GrDawnTexture>(new GrDawnTexture(gpu, size, config, textureView, info, status)); in MakeWrapped()
H A DGrDawnTextureRenderTarget.cpp18 dawn::TextureView textureView, in GrDawnTextureRenderTarget() argument
23 , GrDawnTexture(gpu, size, config, textureView, info, mipMapsStatus) in GrDawnTextureRenderTarget()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/geckoview/src/thirdparty/java/com/google/android/exoplayer2/
H A DSimpleExoPlayer.java98 private TextureView textureView; field in SimpleExoPlayer
264 public void setVideoTextureView(TextureView textureView) { in setVideoTextureView() argument
266 this.textureView = textureView; in setVideoTextureView()
267 if (textureView == null) { in setVideoTextureView()
270 if (textureView.getSurfaceTextureListener() != null) { in setVideoTextureView()
275 textureView.setSurfaceTextureListener(componentListener); in setVideoTextureView()
285 public void clearVideoTextureView(TextureView textureView) { in clearVideoTextureView() argument
286 if (textureView != null && textureView == this.textureView) { in clearVideoTextureView()
649 if (textureView != null) { in removeSurfaceCallbacks()
653 textureView.setSurfaceTextureListener(null); in removeSurfaceCallbacks()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DSimpleExoPlayer.java98 private TextureView textureView; field in SimpleExoPlayer
264 public void setVideoTextureView(TextureView textureView) { in setVideoTextureView() argument
266 this.textureView = textureView; in setVideoTextureView()
267 if (textureView == null) { in setVideoTextureView()
270 if (textureView.getSurfaceTextureListener() != null) { in setVideoTextureView()
275 textureView.setSurfaceTextureListener(componentListener); in setVideoTextureView()
285 public void clearVideoTextureView(TextureView textureView) { in clearVideoTextureView() argument
286 if (textureView != null && textureView == this.textureView) { in clearVideoTextureView()
649 if (textureView != null) { in removeSurfaceCallbacks()
653 textureView.setSurfaceTextureListener(null); in removeSurfaceCallbacks()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/dawn/src/dawn_native/
H A DBindGroup.cpp35 binding.textureView != nullptr) { in ValidateBufferBinding()
68 if (binding.textureView == nullptr || binding.sampler != nullptr || in ValidateTextureBinding()
72 DAWN_TRY(device->ValidateObject(binding.textureView)); in ValidateTextureBinding()
74 TextureBase* texture = binding.textureView->GetTexture(); in ValidateTextureBinding()
102 if (binding.textureView->GetDimension() != bindingInfo.textureDimension) { in ValidateTextureBinding()
111 if (binding.sampler == nullptr || binding.textureView != nullptr || in ValidateSamplerBinding()
226 if (binding.textureView != nullptr) { in BindGroupBase()
228 mBindingData.bindings[bindingIndex] = binding.textureView; in BindGroupBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/
H A DBindGroup.cpp38 entry.textureView != nullptr) { in ValidateBufferBinding()
99 if (entry.textureView == nullptr || entry.sampler != nullptr || in ValidateTextureBinding()
103 DAWN_TRY(device->ValidateObject(entry.textureView)); in ValidateTextureBinding()
105 TextureViewBase* view = entry.textureView; in ValidateTextureBinding()
144 if (entry.textureView->GetDimension() != bindingInfo.viewDimension) { in ValidateTextureBinding()
154 if (entry.sampler == nullptr || entry.textureView != nullptr || in ValidateSamplerBinding()
291 if (entry.textureView != nullptr) { in BindGroupBase()
293 mBindingData.bindings[bindingIndex] = entry.textureView; in BindGroupBase()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/dawn_native/opengl/
H A DBindGroupGL.cpp36 ASSERT(entry.textureView != nullptr); in ValidateGLBindGroupDescriptor()
37 const uint32_t textureViewLayerCount = entry.textureView->GetLayerCount(); in ValidateGLBindGroupDescriptor()
40 entry.textureView->GetTexture()->GetArrayLayers()) { in ValidateGLBindGroupDescriptor()
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DSimpleExoPlayer.java338 @Nullable private TextureView textureView; field in SimpleExoPlayer
594 if (textureView != null) { in setVideoTextureView()
597 this.textureView = textureView; in setVideoTextureView()
598 if (textureView == null) { in setVideoTextureView()
602 if (textureView.getSurfaceTextureListener() != null) { in setVideoTextureView()
607 textureView.isAvailable() ? textureView.getSurfaceTexture() : null; in setVideoTextureView()
613 maybeNotifySurfaceSizeChanged(textureView.getWidth(), textureView.getHeight()); in setVideoTextureView()
621 if (textureView != null && textureView == this.textureView) { in clearVideoTextureView()
1483 if (textureView != null) { in removeSurfaceCallbacks()
1487 textureView.setSurfaceTextureListener(null); in removeSurfaceCallbacks()
[all …]
/dports/www/firefox/firefox-99.0/mobile/android/exoplayer2/src/main/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DSimpleExoPlayer.java338 @Nullable private TextureView textureView; field in SimpleExoPlayer
594 if (textureView != null) { in setVideoTextureView()
597 this.textureView = textureView; in setVideoTextureView()
598 if (textureView == null) { in setVideoTextureView()
602 if (textureView.getSurfaceTextureListener() != null) { in setVideoTextureView()
607 textureView.isAvailable() ? textureView.getSurfaceTexture() : null; in setVideoTextureView()
613 maybeNotifySurfaceSizeChanged(textureView.getWidth(), textureView.getHeight()); in setVideoTextureView()
621 if (textureView != null && textureView == this.textureView) { in clearVideoTextureView()
1483 if (textureView != null) { in removeSurfaceCallbacks()
1487 textureView.setSurfaceTextureListener(null); in removeSurfaceCallbacks()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/thirdparty/java/org/mozilla/thirdparty/com/google/android/exoplayer2/
H A DSimpleExoPlayer.java338 @Nullable private TextureView textureView; field in SimpleExoPlayer
594 if (textureView != null) { in setVideoTextureView()
597 this.textureView = textureView; in setVideoTextureView()
598 if (textureView == null) { in setVideoTextureView()
602 if (textureView.getSurfaceTextureListener() != null) { in setVideoTextureView()
607 textureView.isAvailable() ? textureView.getSurfaceTexture() : null; in setVideoTextureView()
613 maybeNotifySurfaceSizeChanged(textureView.getWidth(), textureView.getHeight()); in setVideoTextureView()
621 if (textureView != null && textureView == this.textureView) { in clearVideoTextureView()
1483 if (textureView != null) { in removeSurfaceCallbacks()
1487 textureView.setSurfaceTextureListener(null); in removeSurfaceCallbacks()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/dawn/src/tests/end2end/
H A DTextureViewTests.cpp148 void Verify(const wgpu::TextureView& textureView, const char* fragmentShader, int expected) { in Verify() argument
160 {{0, mSampler}, {1, textureView}}); in Verify()
196 wgpu::TextureView textureView = mTexture.CreateView(&descriptor); in Texture2DViewTest() local
212 Verify(textureView, fragmentShader, expected); in Texture2DViewTest()
235 wgpu::TextureView textureView = mTexture.CreateView(&descriptor); in Texture2DArrayViewTest() local
256 Verify(textureView, fragmentShader, expected); in Texture2DArrayViewTest()
347 wgpu::TextureView textureView = mTexture.CreateView(); in TEST_P() local
366 Verify(textureView, fragmentShader, expected); in TEST_P()
476 wgpu::TextureView textureView = texture.CreateView(&descriptor); in TextureLayerAsColorAttachmentTest() local
481 utils::ComboRenderPassDescriptor renderPassInfo({textureView}); in TextureLayerAsColorAttachmentTest()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/skia/src/gpu/vk/
H A DGrVkPipelineState.cpp150 commandBuffer->addResource(texture->textureView()); in setAndBindTextures()
169 const GrVkImageView* textureView = texture->textureView(); in setAndBindTextures() local
182 imageInfo.imageView = textureView->imageView(); in setAndBindTextures()
204 commandBuffer->addResource(samplerBindings[i].fTexture->textureView()); in setAndBindTextures()

12345678