Searched refs:toGLCoord (Results 1 – 1 of 1) sorted by relevance
/external/deqp/modules/egl/ |
D | teglNativeCoordMappingTests.cpp | 221 tcu::Vec2 toGLCoord (int width, int height, int x, int y) in toGLCoord() function 233 toGLCoord(targetWidth, targetHeight, x, y), in render() 234 toGLCoord(targetWidth, targetHeight, x+width, y), in render() 235 toGLCoord(targetWidth, targetHeight, x+width, y+height), in render() 237 toGLCoord(targetWidth, targetHeight, x+width, y+height), in render() 238 toGLCoord(targetWidth, targetHeight, x, y+height), in render() 239 toGLCoord(targetWidth, targetHeight, x, y) in render()
|