Searched refs:setWrapST (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
H A DAssetAtlas.cpp82 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
84 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
H A DTexture.h46 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
49 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
H A DTexture.cpp47 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force, function in class:android::uirenderer::Texture
H A DSkiaShader.cpp61 texture->setWrapST(wrapS, wrapT);

Completed in 33 milliseconds