Home
last modified time | relevance | path

Searched refs:stepX (Results 1 – 7 of 7) sorted by relevance

/external/libkmsxx/py/tests/
Dtrans-test.py57 stepX = fb.width // 7
61 pykms.draw_rect(fb, stepX, stepY,
62 stepX, fb.height - (stepY * 2),
64 pykms.draw_rect(fb, stepX * 3, stepY,
65 stepX, fb.height - (stepY * 2),
67 pykms.draw_rect(fb, stepX * 5, stepY,
68 stepX, fb.height - (stepY * 2),
75 pykms.draw_circle(fb, (stepX * 3) + (stepX // 2), fb.height // 2,
129 stepX = (fb.width // 2) // 5;
133 pykms.draw_rect(fb, stepX * 2, stepY * 2,
[all …]
/external/OpenCL-CTS/test_conformance/extensions/cl_khr_dx9_media_sharing/
Dutils.cpp112 double stepX = (max - min) / static_cast<double>(width); in YUVGenerateNV12() local
122 double valueXPlane0 = static_cast<double>(stepX * j); in YUVGenerateNV12()
136 double valueXPlane1 = static_cast<double>(stepX * j); in YUVGenerateNV12()
137 double valueXPlane2 = static_cast<double>(stepX * (width / 2 + j)); in YUVGenerateNV12()
158 double stepX = (max - min) / static_cast<double>(width); in YUVGenerateYV12() local
170 double valueXPlane0 = static_cast<double>(stepX * j); in YUVGenerateYV12()
184 double valueXPlane1 = static_cast<double>(stepX * j); in YUVGenerateYV12()
198 double valueXPlane2 = static_cast<double>(stepX * j); in YUVGenerateYV12()
591 double stepX = (valueMax - valueMin) / static_cast<double>(width); in DataGenerate() local
599 double valueX = static_cast<double>(stepX * j); in DataGenerate()
[all …]
/external/skia/gm/
Dgpu_blur_utils.cpp81 float stepX = sigmaX; in slow_blur() local
82 if (stepX > SkGpuBlurUtils::kMaxSigma) { in slow_blur()
83 stepX = SkGpuBlurUtils::kMaxSigma; in slow_blur()
105 stepX, in slow_blur()
/external/skqp/tests/
DRoundRectTest.cpp382 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/
DesextcTextureBorderClampSamplingTexture.cpp1014 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/skia/tests/
DRoundRectTest.cpp385 SkScalar initX, int stepX, SkScalar initY, int stepY, in test_direction() argument
390 stepX ? SkIntToScalar(stepX) : SK_Scalar1, in test_direction()
396 x += stepX; in test_direction()
/external/deqp/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp393 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()