Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DSampler.h28 void setWrapR(GLenum wrapR) { mWrapR = wrapR; } in setWrapR() function
DTexture.h77 void setWrapR(GLenum wrap);
DContext.cpp3620 …case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(static_cast<GLenum>(param)); brea… in samplerParameteri()
3642 … case GL_TEXTURE_WRAP_R: samplerObject->setWrapR(uiround<GLenum>(param)); break; in samplerParameterf()
DTexture.cpp120 void Texture::setWrapR(GLenum wrap) in setWrapR() function in gl::Texture
DlibGLESv2.cpp5013 … case GL_TEXTURE_WRAP_R: texture->setWrapR(gl::uiround<GLenum>(param)); break; in glTexParameterf()
5069 case GL_TEXTURE_WRAP_R: texture->setWrapR((GLenum)param); break; in glTexParameteri()