Searched refs:setWrapST (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Texture.h | 65 setWrapST(wrap, wrap, bindTexture, force); 68 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
|
D | SkiaShader.cpp | 61 texture->setWrapST(wrapS, wrapT); in bindTexture()
|
D | Texture.cpp | 54 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force) { in setWrapST() function in android::uirenderer::Texture
|