HomeSort by relevance Sort by last modified time
    Searched refs:setWrapST (Results 1 - 4 of 4) sorted by null

  /frameworks/base/libs/hwui/
AssetAtlas.cpp 82 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
84 mDelegate->setWrapST(wrapS, wrapT, bindTexture, force, renderTarget);
Texture.h 46 setWrapST(wrap, wrap, bindTexture, force, renderTarget);
49 virtual void setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
Texture.cpp 47 void Texture::setWrapST(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force,
SkiaShader.cpp 61 texture->setWrapST(wrapS, wrapT);

Completed in 2130 milliseconds