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

Function TEST_F

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

Source from the content-addressed store, hash-verified

12
13
14TEST_F( RenderTarget, RenderTargetIsInvalidBeforeCreation )
15{
16 Tr2TextureAL rt;
17 EXPECT_FALSE( rt.IsValid() );
18}
19
20TEST_F( WithRenderContext, CreatingRenderTargetWithoutRenderContextFails )
21{

Callers

nothing calls this directly

Calls 15

GetTrueMipCountMethod · 0.80
SetRectMethod · 0.80
HasFlagFunction · 0.50
Tr2MsaaDescClass · 0.50
IsValidMethod · 0.45
CreateMethod · 0.45
GetWidthMethod · 0.45
GetHeightMethod · 0.45
GetMipCountMethod · 0.45
GetFormatMethod · 0.45
GetGpuUsageMethod · 0.45

Tested by

no test coverage detected