Searched refs:GetObjectLabelForTesting (Results 1 – 3 of 3) sorted by relevance
36 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 …]
265 DAWN_NATIVE_EXPORT const char* GetObjectLabelForTesting(void* objectHandle);
243 const char* GetObjectLabelForTesting(void* objectHandle) { in GetObjectLabelForTesting() function