Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h75 GLint getCropRectH() const;
DTexture.cpp213 GLint Texture::getCropRectH() const in getCropRectH() function in es1::Texture
DContext.cpp2831 int Hcr = texture->getCropRectH(); in drawTexture()