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

  /frameworks/native/opengl/libagl/
context.h 565 GGLcoord area() const { return m_area; }
571 GGLcoord m_area; member in struct:android::gl::compute_iterators_t
primitives.cpp 243 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
251 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
258 const GGLcoord area = (m_area + TRI_HALF) >> TRI_FRACTION_BITS;
    [all...]

Completed in 81 milliseconds