MCPcopy Create free account
hub / github.com/carbonengine/trinity / TEST_F

Function TEST_F

trinityal/tests/DepthStencil.cpp:14–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12
13
14TEST_F( DepthStencil, DepthStencilIsInvalidBeforeCreation )
15{
16 Tr2TextureAL ds;
17 EXPECT_FALSE( ds.IsValid() );
18}
19
20TEST_F( WithRenderContext, CreatingDepthStencilWithoutRenderContextFails )
21{

Callers

nothing calls this directly

Calls 10

Tr2MsaaDescClass · 0.50
HasFlagFunction · 0.50
IsValidMethod · 0.45
CreateMethod · 0.45
GetWidthMethod · 0.45
GetHeightMethod · 0.45
GetFormatMethod · 0.45
GetGpuUsageMethod · 0.45
GetMipCountMethod · 0.45
GetMemoryClassMethod · 0.45

Tested by

no test coverage detected