Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLESv2/
DSampler.h61 GLenum getWrapT() const { return mWrapModeT; } in getWrapT() function
DTexture.h128 GLenum getWrapT() const { return mWrapT; } in getWrapT() function
DContext.cpp1770 case GL_TEXTURE_WRAP_T: return static_cast<GLint>(samplerObject->getWrapT()); in getSamplerParameteri()
1793 case GL_TEXTURE_WRAP_T: return static_cast<GLfloat>(samplerObject->getWrapT()); in getSamplerParameterf()
3105 wrapT = samplerObject->getWrapT(); in applyTextures()
3118 wrapT = texture->getWrapT(); in applyTextures()
DlibGLESv2.cpp3325 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()
3412 *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.cpp2331 *params = (GLfloat)texture->getWrapT(); in GetTexParameterfv()
2382 *params = texture->getWrapT(); in GetTexParameteriv()
DContext.cpp2097 GLenum wrapT = texture->getWrapT(); in applyTextures()