MCPcopy 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
71void Texture::Bind(ref_ptr<dp::GraphicsContext> context) const
72{
73 ASSERT(m_hwTexture != nullptr, ());
74 m_hwTexture->Bind(context);
75}
76
77void Texture::SetFilter(TextureFilter filter)
78{

Callers 15

SetFramebufferMethod · 0.45
SetFramebufferMethod · 0.45
SetFramebufferMethod · 0.45
TestProgramParamsFunction · 0.45
DataBufferMapperMethod · 0.45
ApplyTexturesMethod · 0.45
PrepareRenderDataMethod · 0.45
RenderLinesCapsMethod · 0.45
RenderLinesMethod · 0.45
RenderMarkersMethod · 0.45
RenderTextMethod · 0.45
RenderStubsMethod · 0.45

Calls 1

ASSERTFunction · 0.85

Tested by 1

TestProgramParamsFunction · 0.36