Home
last modified time | relevance | path

Searched refs:GetObjectLabelForTesting (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DLabelTests.cpp36 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(bindGroup.Get()); in TEST_F()
44 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(bindGroup.Get()); in TEST_F()
52 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(bindGroup.Get()); in TEST_F()
68 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(bindGroupLayout.Get()); in TEST_F()
76 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(bindGroupLayout.Get()); in TEST_F()
84 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(bindGroupLayout.Get()); in TEST_F()
99 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(buffer.Get()); in TEST_F()
107 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(buffer.Get()); in TEST_F()
115 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(buffer.Get()); in TEST_F()
129 std::string readbackLabel = dawn_native::GetObjectLabelForTesting(commandBuffer.Get()); in TEST_F()
[all …]
/third_party/skia/third_party/externals/dawn/src/include/dawn_native/
DDawnNative.h265 DAWN_NATIVE_EXPORT const char* GetObjectLabelForTesting(void* objectHandle);
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DDawnNative.cpp243 const char* GetObjectLabelForTesting(void* objectHandle) { in GetObjectLabelForTesting() function