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

  /frameworks/native/opengl/libagl/
primitives.cpp 256 m_x0 = v0->window.x;
297 const int B = gglClz(abs(m_x0)|abs(m_y0));
323 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
340 int32_t c = c0 - (gglMulAddx(dcdx, m_x0,
356 it[ 0] = (c0<<16) - ((dcdx*m_x0 + dcdy*m_y0)>>4);
    [all...]
context.h 566 GGLcoord m_x0, m_y0; member in struct:android::gl::compute_iterators_t

Completed in 260 milliseconds