Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DTexture.h65 setWrapST(wrap, wrap, bindTexture, force);
68 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
DSkiaShader.cpp61 texture->setWrapST(wrapS, wrapT); in bindTexture()
DTexture.cpp54 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force) { in setWrapST() function in android::uirenderer::Texture