Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carbonengine/trinity
/ TEST_F
Function
TEST_F
trinityal/tests/RenderContextCreation.cpp:57–60 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
55
}
56
57
TEST_F( RenderContextCreation, RenderContextStartsAsInvalid )
58
{
59
EXPECT_FALSE( renderContext->IsValid() );
60
}
61
62
TEST_F( RenderContextCreation, CanCreateRenderContext )
63
{
Callers
nothing calls this directly
Calls
8
SetUpPresentParameters
Function · 0.85
IsValid
Method · 0.45
CreateDevice
Method · 0.45
Destroy
Method · 0.45
SetPresentParameters
Method · 0.45
GetWidth
Method · 0.45
GetHeight
Method · 0.45
Create
Method · 0.45
Tested by
no test coverage detected