Searched refs:getTexture (Results 1 – 5 of 5) sorted by relevance
47 gl::Texture& getTexture() { in getTexture() function in mbgl::OffscreenTexture::Impl90 gl::Texture& OffscreenTexture::getTexture() { in getTexture() function in mbgl::OffscreenTexture91 return impl->getTexture(); in getTexture()
29 gl::Texture& getTexture();
135 parameters.context.bindTexture(renderTexture->getTexture(), 0, gl::TextureFilter::Linear); in render()
157 parameters.context.bindTexture(renderTexture->getTexture()); in render()
170 bucket.texture = std::move(view.getTexture()); in render()