Home | History | Annotate | Download | only in libGLESv2

Lines Matching refs:getWrapT

165 GLenum Texture::getWrapT() const
1466 || (getWrapT() != GL_CLAMP_TO_EDGE && !isPow2(height)))
1911 if (!isPow2(size) && (getWrapS() != GL_CLAMP_TO_EDGE || getWrapT() != GL_CLAMP_TO_EDGE))