Home
last modified time | relevance | path

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

/aosp_15_r20/hardware/google/gfxstream/host/
DFrameBuffer.h379 if (x != m_px || y != m_py) { in setDisplayTranslation()
381 m_py = y; in setDisplayTranslation()
419 float getPy() const { return m_py; } in getPy()
796 float m_py = 0; variable
DFrameBuffer.cpp1022 m_py = 0; in setupSubWindow()
/aosp_15_r20/external/deqp/modules/gles31/functional/
H A Des31fSRGBDecodeTests.cpp922 int m_py; member in deqp::gles31::Functional::__anonb0efe2200111::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()