Searched refs:texMinOffset (Results 1 – 2 of 2) sorted by relevance
/external/deqp/modules/gles2/functional/ |
D | es2fVertexTextureTests.cpp | 576 const Vec2 texMinOffset (-0.3f, -0.2f); in iterate() local 593 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate() 595 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate() 894 const Vec2 texMinOffset (0.0f, 0.0f); in iterate() local 925 …OffsetX + 0, cellOffsetY + 0, leftCellWidth, bottomCellHeight), 0, texMinScale, texMinOffset), in iterate() 927 … + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, texMinScale, texMinOffset), in iterate()
|
/external/deqp/modules/gles3/functional/ |
D | es3fVertexTextureTests.cpp | 677 const Vec2 texMinOffset (-0.3f, -0.2f); in iterate() local 694 Render(Rect(0, 0, leftWidth, bottomHeight), 0, texMinScale, texMinOffset), in iterate() 696 Render(Rect(0, bottomHeight, leftWidth, topHeight), 1, texMinScale, texMinOffset), in iterate() 998 const Vec2 texMinOffset (0.0f, 0.0f); in iterate() local 1029 …OffsetX + 0, cellOffsetY + 0, leftCellWidth, bottomCellHeight), 0, texMinScale, texMinOffset), in iterate() 1031 … + 0, cellOffsetY + bottomHeight, leftCellWidth, topCellHeight), 1, texMinScale, texMinOffset), in iterate()
|