Home
last modified time | relevance | path

Searched defs:externalTexture (Results 1 – 10 of 10) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DExternalTextureTests.cpp171 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F() local
223 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F() local
275 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F() local
322 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F() local
DLabelTests.cpp236 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&descriptor); in TEST_F() local
243 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&descriptor); in TEST_F() local
252 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&descriptor); in TEST_F() local
DBindGroupValidationTests.cpp315 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DExternalTextureTests.cpp59 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_P() local
112 wgpu::ExternalTexture externalTexture = device.CreateExternalTexture(&externalDesc); in TEST_P() local
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DPassResourceUsageTracker.cpp128 ExternalTextureBase* externalTexture = in AddBindGroup() local
203 ExternalTextureBase* externalTexture = in AddResourcesReferencedByBindGroup() local
DExternalTexture.cpp85 Ref<ExternalTextureBase> externalTexture = in Create() local
DQueue.cpp410 for (const ExternalTextureBase* externalTexture : scope.externalTextures) { in ValidateSubmit() local
422 for (const ExternalTextureBase* externalTexture : pass.referencedExternalTextures) { in ValidateSubmit() local
/third_party/skia/tests/
DEGLImageTest.cpp66 GrGLTextureInfo externalTexture; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/native/
DDestroyObjectTests.cpp291 Ref<ExternalTextureBase> externalTexture; in TEST_F() local
638 Ref<ExternalTextureBase> externalTexture; in TEST_F() local
/third_party/skia/third_party/externals/dawn/src/utils/
DWGPUHelpers.cpp329 const wgpu::ExternalTexture& externalTexture) in BindingInitializationHelper()