Searched refs:m_pixels (Results 1 – 4 of 4) 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()
|
/external/deqp/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderAPI.cpp | 3368 m_pixels = new glw::GLubyte[m_texture_height * m_texture_width * m_number_of_color_components]; in GeometryShaderInsufficientEmittedVerticesTest() 3378 if (m_pixels != NULL) in deinit() 3380 delete[] m_pixels; in deinit() 3381 m_pixels = NULL; in deinit() 3598 …adPixels(0 /*x*/, 0 /*y*/, m_texture_width, m_texture_height, GL_RGBA, GL_UNSIGNED_BYTE, m_pixels); in iterate() 3605 if (m_pixels[pixel] != 0 && m_pixels[pixel + 1] != 255 && m_pixels[pixel + 2] != 0 && in iterate() 3606 m_pixels[pixel + 3] != 0) in iterate() 3611 << m_pixels[pixel] << ", " << m_pixels[pixel + 1] << ", " << m_pixels[pixel + 2] in iterate() 3612 << ", " << m_pixels[pixel + 3] << "] " in iterate()
|
D | esextcGeometryShaderAPI.hpp | 849 glw::GLubyte* m_pixels; member in glcts::GeometryShaderInsufficientEmittedVerticesTest
|