Home
last modified time | relevance | path

Searched refs:m_py (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/src/gfxstream/host/
DFrameBuffer.h355 if (x != m_px || y != m_py) { in setDisplayTranslation()
357 m_py = y; in setDisplayTranslation()
395 float getPy() const { return m_py; } in getPy()
766 float m_py = 0; variable
DFrameBuffer.cpp969 m_py = 0; in setupSubWindow()
/external/deqp/modules/gles31/functional/
Des31fSRGBDecodeTests.cpp922 int m_py; member in deqp::gles31::Functional::__anon419a7b7e0111::SRGBTestCase
944 , m_py(0) in SRGBTestCase()
1086 m_py = py; in setSamplingLocations()
1180 DE_ASSERT((m_py >= 0) && (m_py < height)); in storeResultPixels()
1185 resultPixelData.push_back(m_textureResultList[idx].getAccess().getPixel(m_px, m_py)); in storeResultPixels()