Home
last modified time | relevance | path

Searched refs:mWrapR (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h129 GLenum getWrapR() const { return mWrapR; } in getWrapR()
179 GLenum mWrapR; variable
DTexture.cpp49 mWrapR = GL_REPEAT; in Texture()
167 mWrapR = wrap; in setWrapR()
861 mWrapR = GL_CLAMP_TO_EDGE; in Texture2DRect()
1891 mWrapR = GL_CLAMP_TO_EDGE; in TextureExternal()