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 566 GGLcoord area() const { return m_area; }
572 GGLcoord m_area; member in struct:android::gl::compute_iterators_t
primitives.cpp 243 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
252 m_area = m_dx01*m_dy02 + (-m_dy10)*m_dx20;
259 const GGLcoord area = (m_area + TRI_HALF) >> TRI_FRACTION_BITS;
    [all...]

Completed in 59 milliseconds