HomeSort by relevance Sort by last modified time
    Searched refs:y1i (Results 1 - 3 of 3) sorted by null

  /external/deqp/modules/egl/
teglPreservingSwapTests.cpp 216 const int y1i = (int)(((float)py/2.0f) * y1 + (float)oy); local
222 m_gl.scissor(x1i, y1i, x2i-x1i, y2i-y1i);
263 const int y1i = (int)((py/2.0) * y1 + oy); local
270 for (int y = y1i; y <= y2i; y++)
505 const int y1i = (int)(((float)py/2.0f) * postSwapY1 + (float)oy); local
514 isOk = isOk && compareToReference(log, "Compare valid are of post-swap framebuffer to reference", "Compare valid area of post-swap framebuffer to reference", postSwapFramebufferReference, postSwapFramebuffer, x1i, y1i, x2i - x1i, y2i - y1i);
  /external/libopus/celt/x86/
pitch_sse.c 89 __m128 y1i = _mm_loadu_ps(y01+i); local
91 xsum1 = _mm_add_ps(xsum1,_mm_mul_ps(xi, y1i));
  /external/swiftshader/src/Renderer/
Surface.hpp 29 RectT(T x0i, T y0i, T x1i, T y1i) : x0(x0i), y0(y0i), x1(x1i), y1(y1i) {}

Completed in 1311 milliseconds