Home
last modified time | relevance | path

Searched refs:setWrapR (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h50 void setWrapR(GLenum wrapR) { mWrapModeR = wrapR; } in setWrapR() function
DTexture.h62 bool setWrapR(GLenum wrap);
DContext.cpp1693 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); brea… in samplerParameteri()
1715 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
DTexture.cpp146 bool Texture::setWrapR(GLenum wrap) in setWrapR() function in es2::Texture
DlibGLESv2.cpp5180 if(!texture->setWrapR((GLenum)param)) in TexParameterf()
5329 if(!texture->setWrapR((GLenum)param)) in TexParameteri()