Searched refs:stepX (Results 1 – 4 of 4) sorted by relevance
/external/skia/tests/ |
D | RoundRectTest.cpp | 382 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument 387 stepX ? SkIntToScalar(stepX) : SK_Scalar1, in test_direction() 393 x += stepX; in test_direction()
|
/external/skqp/tests/ |
D | RoundRectTest.cpp | 382 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument 387 stepX ? SkIntToScalar(stepX) : SK_Scalar1, in test_direction() 393 x += stepX; in test_direction()
|
/external/deqp/external/openglcts/modules/glesext/texture_border_clamp/ |
D | esextcTextureBorderClampSamplingTexture.cpp | 1014 glw::GLuint stepX = m_test_configuration.get_width() / 3; in checkLinear() local 1062 for (glw::GLuint x = centerX; x < centerX + stepX; ++x) in checkLinear() 1081 for (glw::GLuint x = centerY; x > centerX - stepX; --x) in checkLinear()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cDrawIndirectTests.cpp | 393 T stepX = range / sizeX; in DataGen() local 402 data[j + i * sizeX] = valueMin + j * stepX + valueY; in DataGen() 497 double stepX = widthRef / static_cast<double>(widthTest); in BuffersCompare() local 505 unsigned int posXRef = static_cast<int>(j * stepX + 0.5); in BuffersCompare()
|