Home
last modified time | relevance | path

Searched refs:m_texture_components (Results 1 - 2 of 2) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp40 const glw::GLint GeometryShaderLayeredRenderingBoundaryCondition::m_texture_components = 4; member in glcts::GeometryShaderLayeredRenderingBoundaryCondition
67 m_blue_color = new unsigned char[m_texture_components]; in GeometryShaderLayeredRenderingBoundaryCondition()
68 m_green_color = new unsigned char[m_texture_components]; in GeometryShaderLayeredRenderingBoundaryCondition()
69 m_red_color = new unsigned char[m_texture_components]; in GeometryShaderLayeredRenderingBoundaryCondition()
70 m_white_color = new unsigned char[m_texture_components]; in GeometryShaderLayeredRenderingBoundaryCondition()
129 const unsigned char* renderedData = textureData + y * rowWidth + x * m_texture_components; in comparePixels()
131 if (memcmp(referencePixel, renderedData, m_texture_components) != 0) in comparePixels()
323 unsigned char buffer[m_width * m_height * m_max_depth * m_texture_components]; in iterate()
450 unsigned char expectedData[m_texture_components]; in iterate()
452 getReferenceColor(nLayer, expectedData, m_texture_components); in iterate()
[all...]
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.hpp65 int colorBufferSize = m_texture_components) = 0;
82 static const glw::GLint m_texture_components; member in glcts::GeometryShaderLayeredRenderingBoundaryCondition

Completed in 2 milliseconds