Home
last modified time | relevance | path

Searched refs:apiShaderModule (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/
DWireShaderModuleTests.cpp53 apiShaderModule = api.GetNewShaderModule(); in SetUp()
59 .WillOnce(Return(apiShaderModule)) in SetUp()
83 WGPUShaderModule apiShaderModule; member in WireShaderModuleTests
97 EXPECT_CALL(api, OnShaderModuleGetCompilationInfo(apiShaderModule, _, _)) in TEST_F()
100 apiShaderModule, WGPUCompilationInfoRequestStatus_Success, &compilationInfo); in TEST_F()
137 EXPECT_CALL(api, OnShaderModuleGetCompilationInfo(apiShaderModule, _, _)) in TEST_F()
140 apiShaderModule, WGPUCompilationInfoRequestStatus_Success, &compilationInfo); in TEST_F()
197 EXPECT_CALL(api, OnShaderModuleGetCompilationInfo(apiShaderModule, _, _)) in TEST_F()
200 apiShaderModule, WGPUCompilationInfoRequestStatus_Success, &compilationInfo); in TEST_F()
224 EXPECT_CALL(api, OnShaderModuleGetCompilationInfo(apiShaderModule, _, _)) in TEST_F()
[all …]
DWireExtensionTests.cpp30 WGPUShaderModule apiShaderModule = api.GetNewShaderModule(); in TEST_F() local
32 EXPECT_CALL(api, DeviceCreateShaderModule(apiDevice, _)).WillOnce(Return(apiShaderModule)); in TEST_F()
63 WGPUShaderModule apiShaderModule = api.GetNewShaderModule(); in TEST_F() local
65 EXPECT_CALL(api, DeviceCreateShaderModule(apiDevice, _)).WillOnce(Return(apiShaderModule)); in TEST_F()
130 WGPUShaderModule apiShaderModule = api.GetNewShaderModule(); in TEST_F() local
132 EXPECT_CALL(api, DeviceCreateShaderModule(apiDevice, _)).WillOnce(Return(apiShaderModule)); in TEST_F()
158 WGPUShaderModule apiShaderModule = api.GetNewShaderModule(); in TEST_F() local
160 EXPECT_CALL(api, DeviceCreateShaderModule(apiDevice, _)).WillOnce(Return(apiShaderModule)); in TEST_F()
187 WGPUShaderModule apiShaderModule = api.GetNewShaderModule(); in TEST_F() local
189 EXPECT_CALL(api, DeviceCreateShaderModule(apiDevice, _)).WillOnce(Return(apiShaderModule)); in TEST_F()