Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/tests/gl_tests/
H A DDepthStencilTest.cpp104 void clearAndCompareDepth(GLfloat depth, uint32_t expected);
428 void DepthStencilTestES3::clearAndCompareDepth(GLfloat depth, uint32_t expected) in clearAndCompareDepth() function in __anon99fc8ba20111::DepthStencilTestES3
479 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()