OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:setWrapST
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/libs/hwui/
Texture.cpp
41
void Texture::
setWrapST
(GLenum wrapS, GLenum wrapT, bool bindTexture, bool force,
AssetAtlas.cpp
94
virtual void
setWrapST
(GLenum wrapS, GLenum wrapT, bool bindTexture = false,
96
mDelegate->
setWrapST
(wrapS, wrapT, bindTexture, force, renderTarget);
Completed in 87 milliseconds