Searched refs:clearAndCompareDepth (Results 1 – 1 of 1) sorted by relevance
104 void clearAndCompareDepth(GLfloat depth, uint32_t expected);428 void DepthStencilTestES3::clearAndCompareDepth(GLfloat depth, uint32_t expected) in clearAndCompareDepth() function in __anon99fc8ba20111::DepthStencilTestES3479 clearAndCompareDepth(0.0f, 0x0); in TEST_P()480 clearAndCompareDepth(0.125f, 0x200000); in TEST_P()481 clearAndCompareDepth(0.5f, 0x800000); in TEST_P()482 clearAndCompareDepth(1.0f, 0xffffff); in TEST_P()