Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DSampler.h36 GLenum getWrapS() const { return mWrapS; } in getWrapS() function
DTexture.h93 GLenum getWrapS() const;
DContext.cpp3662 case GL_TEXTURE_WRAP_S: return static_cast<GLint>(samplerObject->getWrapS()); in getSamplerParameteri()
3684 case GL_TEXTURE_WRAP_S: return static_cast<GLfloat>(samplerObject->getWrapS()); in getSamplerParameterf()
DTexture.cpp195 GLenum Texture::getWrapS() const in getWrapS() function in gl::Texture
DlibGLESv2.cpp3484 *params = (GLfloat)texture->getWrapS(); in glGetTexParameterfv()
3610 *params = texture->getWrapS(); in glGetTexParameteriv()