Home
last modified time | relevance | path

Searched refs:IncrementLazyClearCountForTesting (Results 1 – 11 of 11) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBufferGL.cpp116 device->IncrementLazyClearCountForTesting(); in InitializeToZero()
DTextureGL.cpp517 device->IncrementLazyClearCountForTesting(); in ClearTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBufferVk.cpp392 GetDevice()->IncrementLazyClearCountForTesting(); in InitializeToZero()
DTextureVk.cpp1265 device->IncrementLazyClearCountForTesting(); in ClearTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/metal/
DBufferMTL.mm225 GetDevice()->IncrementLazyClearCountForTesting();
DTextureMTL.mm705 device->IncrementLazyClearCountForTesting();
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DBufferD3D12.cpp455 GetDevice()->IncrementLazyClearCountForTesting(); in InitializeToZero()
DTextureD3D12.cpp1132 GetDevice()->IncrementLazyClearCountForTesting(); in ClearTexture()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuffer.cpp244 device->IncrementLazyClearCountForTesting(); in MapAtCreation()
DDevice.h320 void IncrementLazyClearCountForTesting();
DDevice.cpp1171 void DeviceBase::IncrementLazyClearCountForTesting() { in IncrementLazyClearCountForTesting() function in dawn_native::DeviceBase