Home
last modified time | relevance | path

Searched defs:srcSpec (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTextureForBrowserTests.cpp319 void RunCopyExternalImageToTexture(const TextureSpec& srcSpec, in RunCopyExternalImageToTexture()
333 void CheckResultInBuiltInComputePipeline(const TextureSpec& srcSpec, in CheckResultInBuiltInComputePipeline()
399 void DoTest(const TextureSpec& srcSpec, in DoTest()
DCopyTests.cpp338 void DoTest(const TextureSpec& srcSpec, in DoTest()
346 void DoTest(const TextureSpec& srcSpec, in DoTest()
2003 TextureSpec srcSpec = defaultTextureSpec; in TEST_P() local
2167 TextureSpec srcSpec; in TEST_P() local
2196 TextureSpec srcSpec = defaultTextureSpec; in TEST_P() local
2261 TextureSpec srcSpec = baseSpec; in TEST_P() local
/third_party/flutter/skia/third_party/externals/dawn/src/tests/end2end/
DCopyTests.cpp274 void DoTest(const TextureSpec& srcSpec, const TextureSpec& dstSpec, const CopySize& copy) { in DoTest()