Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h74 GLint getCropRectW() const;
DTexture.cpp208 GLint Texture::getCropRectW() const in getCropRectW() function in es1::Texture
DContext.cpp2830 int Wcr = texture->getCropRectW(); in drawTexture()