Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h59 GLenum getWrapT() const { return mWrapModeT; } in getWrapT() function
DTexture.h79 GLenum getWrapT() const;
DContext.cpp1736 case GL_TEXTURE_WRAP_T: return static_cast<GLint>(samplerObject->getWrapT()); in getSamplerParameteri()
1758 case GL_TEXTURE_WRAP_T: return static_cast<GLfloat>(samplerObject->getWrapT()); in getSamplerParameterf()
3028 wrapT = samplerObject->getWrapT(); in applyTextures()
3038 wrapT = texture->getWrapT(); in applyTextures()
DTexture.cpp328 GLenum Texture::getWrapT() const in getWrapT() function in es2::Texture
DlibGLESv2.cpp3618 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()
3771 *params = texture->getWrapT(); in GetTexParameteriv()
/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h69 GLenum getWrapT() const;
DTexture.cpp183 GLenum Texture::getWrapT() const in getWrapT() function in es1::Texture
DlibGLES_CM.cpp2349 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()
2400 *params = texture->getWrapT(); in GetTexParameteriv()
DContext.cpp2085 GLenum wrapT = texture->getWrapT(); in applyTextures()
/external/swiftshader/src/OpenGL/libGL/
DTexture.h72 GLenum getWrapT() const;
DTexture.cpp164 GLenum Texture::getWrapT() const in getWrapT() function in gl::Texture
DlibGL.cpp3126 *params = (GLfloat)texture->getWrapT(); in glGetTexParameterfv()
3171 *params = texture->getWrapT(); in glGetTexParameteriv()
6393 *params = texture->getWrapT(); in glGetTexLevelParameteriv()
DContext.cpp2037 GLenum wrapT = texture->getWrapT(); in applyTextures()