Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTexture.h40 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
43 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
DAssetAtlas.cpp94 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false, in setWrapST() function
96 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget); in setWrapST()
DTexture.cpp41 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force, in setWrapST() function in android::uirenderer::Texture
DSkiaShader.cpp60 texture->setWrapST(wrapS, wrapT); in bindTexture()