Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h51 void setWrapR(GLenum wrapR) { mWrapModeR = wrapR; } in setWrapR() function
DTexture.h111 bool setWrapR(GLenum wrap);
DTexture.cpp155 bool Texture::setWrapR(GLenum wrap) in setWrapR() function in es2::Texture
DContext.cpp1725 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); … in samplerParameteri()
1748 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(roundf(param))); … in samplerParameterf()
DlibGLESv2.cpp4687 if(!texture->setWrapR((GLenum)param)) in TexParameterf()
4818 if(!texture->setWrapR((GLenum)param)) in TexParameteri()