Home
last modified time | relevance | path

Searched refs:mWrapT (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.cpp39 mWrapT = GL_REPEAT; in Texture()
130 mWrapT = wrap; in setWrapT()
185 return mWrapT; in getWrapT()
736 mWrapT = GL_CLAMP_TO_EDGE; in TextureExternal()
DTexture.h111 GLenum mWrapT; variable
/external/swiftshader/src/OpenGL/libGLESv2/
DTexture.h128 GLenum getWrapT() const { return mWrapT; } in getWrapT()
178 GLenum mWrapT; variable
DTexture.cpp48 mWrapT = GL_REPEAT; in Texture()
147 mWrapT = wrap; in setWrapT()
860 mWrapT = GL_CLAMP_TO_EDGE; in Texture2DRect()
1890 mWrapT = GL_CLAMP_TO_EDGE; in TextureExternal()