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

/frameworks/base/libs/hwui/
H A DTexture.h43 void setWrap(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false, function in struct:android::uirenderer::Texture
H A DLayer.h150 void setWrap(GLenum wrapS, GLenum wrapT, bool bindTexture = false, bool force = false) { function in struct:android::uirenderer::Layer
151 texture.setWrap(wrapS, wrapT, bindTexture, force, renderTarget);

Completed in 64 milliseconds