Searched refs:m_pixels (Results 1 - 4 of 4) sorted by relevance
/third_party/vk-gl-cts/framework/common/ |
H A 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 return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr()); in getAccess() 113 return PixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr()); in getAccess()
|
H A D | tcuSurface.cpp | 37 , m_pixels (width*height) in Surface() 56 m_pixels.setStorage(width * height); in setSize()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderAPI.cpp | 3376 m_pixels = new glw::GLubyte[m_texture_height * m_texture_width * m_number_of_color_components]; in GeometryShaderInsufficientEmittedVerticesTest() 3386 if (m_pixels != NULL) in deinit() 3388 delete[] m_pixels; in deinit() 3389 m_pixels = NULL; in deinit() 3606 gl.readPixels(0 /*x*/, 0 /*y*/, m_texture_width, m_texture_height, GL_RGBA, GL_UNSIGNED_BYTE, m_pixels); in iterate() 3613 if (m_pixels[pixel] != 0 && m_pixels[pixel + 1] != 255 && m_pixels[pixel + 2] != 0 && in iterate() 3614 m_pixels[pixel + 3] != 0) in iterate() 3619 << m_pixels[pixe in iterate() [all...] |
H A D | esextcGeometryShaderAPI.hpp | 849 glw::GLubyte* m_pixels; member in glcts::GeometryShaderInsufficientEmittedVerticesTest
|
Completed in 11 milliseconds