Home
last modified time | relevance | path

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

/external/chromium_org/third_party/angle/src/libGLESv2/
DSampler.h37 GLenum getWrapT() const { return mWrapT; } in getWrapT() function
DTexture.h94 GLenum getWrapT() const;
DContext.cpp3663 case GL_TEXTURE_WRAP_T: return static_cast<GLint>(samplerObject->getWrapT()); in getSamplerParameteri()
3685 case GL_TEXTURE_WRAP_T: return static_cast<GLfloat>(samplerObject->getWrapT()); in getSamplerParameterf()
DTexture.cpp200 GLenum Texture::getWrapT() const in getWrapT() function in gl::Texture
DlibGLESv2.cpp3487 *params = (GLfloat)texture->getWrapT(); in glGetTexParameterfv()
3613 *params = texture->getWrapT(); in glGetTexParameteriv()