Searched refs:pixOffset (Results 1 – 2 of 2) sorted by relevance
74 const int pixOffset = y*m_width + x; in setPixel() local75 deUint32* pixAddr = m_pixels.getElementPtr(pixOffset); in setPixel()91 const int pixOffset = y*m_width + x; in getPixel() local92 const deUint32* pixAddr = m_pixels.getElementPtr(pixOffset); in getPixel()
2584 UINT_64 pixOffset = x; in ComputeSurfaceAddrFromCoordLinear() local2586 UINT_64 addr = (sliceOffset + rowOffset + pixOffset) * bpp; in ComputeSurfaceAddrFromCoordLinear()