Searched refs:setWrapST (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | Texture.h | 40 setWrapST(wrap, wrap, bindTexture, force, renderTarget); 43 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
|
D | AssetAtlas.cpp | 94 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false, in setWrapST() function 96 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget); in setWrapST()
|
D | Texture.cpp | 41 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force, in setWrapST() function in android::uirenderer::Texture
|
D | SkiaShader.cpp | 60 texture->setWrapST(wrapS, wrapT); in bindTexture()
|