Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/comaps/comaps
/ Bind
Method
Bind
libs/drape/texture.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
}
70
71
void Texture::Bind(ref_ptr<dp::GraphicsContext> context) const
72
{
73
ASSERT(m_hwTexture != nullptr, ());
74
m_hwTexture->Bind(context);
75
}
76
77
void Texture::SetFilter(TextureFilter filter)
78
{
Callers
15
SetFramebuffer
Method · 0.45
SetFramebuffer
Method · 0.45
SetFramebuffer
Method · 0.45
TestProgramParams
Function · 0.45
DataBufferMapper
Method · 0.45
ApplyTextures
Method · 0.45
PrepareRenderData
Method · 0.45
RenderLinesCaps
Method · 0.45
RenderLines
Method · 0.45
RenderMarkers
Method · 0.45
RenderText
Method · 0.45
RenderStubs
Method · 0.45
Calls
1
ASSERT
Function · 0.85
Tested by
1
TestProgramParams
Function · 0.36