Searched defs:getWrapT (Results 1 - 5 of 5) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ | ||
H A D | Sampler.h | 61 GLenum getWrapT() const { return mWrapModeT; } in getWrapT() function in es2::Sampler |
H A D | Texture.h | 128 GLenum getWrapT() const { return mWrapT; } in getWrapT() function in es2::Texture |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ | ||
H A D | Sampler.cpp | 88 GLenum Sampler::getWrapT() const in getWrapT() function in gl::Sampler |
H A D | angletypes.h | 342 GLenum getWrapT() const { return mWrapT; } in getWrapT() function in gl::ClipSpaceOrigin::final |
H A D | Texture.cpp | 895 GLenum Texture::getWrapT() const in getWrapT() function in Texture |
Completed in 12 milliseconds