Home
last modified time | relevance | path

Searched refs:getCropRectU (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h72 GLint getCropRectU() const;
DTexture.cpp198 GLint Texture::getCropRectU() const in getCropRectU() function in es1::Texture
DContext.cpp2828 int Ucr = texture->getCropRectU(); in drawTexture()