Searched defs:setWrap (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/
H A DTexture.h47 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false, function in struct:android::uirenderer::Texture
H A DLayer.h149 void setWrap(GLenum wrap, bool bindTexture = false, bool force = false) { function in struct:android::uirenderer::Layer
150 texture.setWrap(wrap, bindTexture, force, renderTarget);

Completed in 47 milliseconds