Home
last modified time | relevance | path

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

/external/swiftshader/src/OpenGL/libGLES_CM/
DTexture.h73 GLint getCropRectV() const;
DTexture.cpp203 GLint Texture::getCropRectV() const in getCropRectV() function in es1::Texture
DContext.cpp2829 int Vcr = texture->getCropRectV(); in drawTexture()