Home
last modified time | relevance | path

Searched refs:setWrapT (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h50 void setWrapT(GLenum wrapT) { mWrapModeT = wrapT; } in setWrapT() function
DTexture.h110 bool setWrapT(GLenum wrap);
DTexture.cpp135 bool Texture::setWrapT(GLenum wrap) in setWrapT() function in es2::Texture
DContext.cpp1724 …case GL_TEXTURE_WRAP_T: samplerObject->setWrapT(static_cast<GLenum>(param)); … in samplerParameteri()
1747 …case GL_TEXTURE_WRAP_T: samplerObject->setWrapT(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
DlibGLESv2.cpp4681 if(!texture->setWrapT((GLenum)param)) in TexParameterf()
4812 if(!texture->setWrapT((GLenum)param)) in TexParameteri()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h61 bool setWrapT(GLenum wrap);
DTexture.cpp118 bool Texture::setWrapT(GLenum wrap) in setWrapT() function in es1::Texture
DlibGLES_CM.cpp4333 if(!texture->setWrapT((GLenum)param)) in TexParameterf()
4403 if(!texture->setWrapT((GLenum)param)) in TexParameteri()