Searched refs:m_pixels (Results 1 – 2 of 2) sorted by relevance
/external/deqp/framework/common/ |
D | tcuSurface.hpp | 67 de::ArrayBuffer<deUint32> m_pixels; member in tcu::Surface 75 deUint32* pixAddr = m_pixels.getElementPtr(pixOffset); in setPixel() 92 const deUint32* pixAddr = m_pixels.getElementPtr(pixOffset); in getPixel() 107 …::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.ge… in getAccess() 113 …::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.ge… in getAccess()
|
D | tcuSurface.cpp | 37 , m_pixels (width*height) in Surface() 56 m_pixels.setStorage(width * height); in setSize()
|