HomeSort by relevance Sort by last modified time
    Searched refs:m_n_points (Results 1 - 5 of 5) sorted by null

  /external/deqp/external/openglcts/modules/glesext/geometry_shader/
esextcGeometryShaderAdjacency.hpp 231 glw::GLuint m_n_points; member in class:glcts::AdjacencyGridStrip
263 glw::GLuint m_n_points; member in class:glcts::AdjacencyGrid
esextcGeometryShaderAdjacencyTests.cpp 335 test_data.m_grid->m_n_points = (m_grid_granulity + 1) * (m_grid_granulity + 1);
338 test_data.m_grid->m_points = new AdjacencyGridPoint[test_data.m_grid->m_n_points];
487 for (unsigned int nPoint = 0; nPoint < test_data.m_grid->m_n_points; ++nPoint)
525 test_data.m_grid->m_line_strip.m_n_points = test_data.m_grid->m_n_points + 2;
526 test_data.m_grid->m_line_strip.m_points = new AdjacencyGridPoint[test_data.m_grid->m_line_strip.m_n_points];
529 sizeof(AdjacencyGridPoint) * test_data.m_grid->m_line_strip.m_n_points);
531 for (unsigned int n = 0; n < test_data.m_grid->m_line_strip.m_n_points; ++n)
545 if (n == (test_data.m_grid->m_line_strip.m_n_points - 1))
615 test_data.m_grid->m_triangle_strip.m_n_points
    [all...]
esextcGeometryShaderLayeredRenderingBoundaryCondition.cpp 52 , m_n_points(0)
398 gl.drawArrays(m_draw_mode, 0, m_n_points);
495 m_n_points = 1;
625 m_n_points = 4;
694 m_n_points = 1;
781 m_n_points = 1;
esextcGeometryShaderLayeredRenderingBoundaryCondition.hpp 70 glw::GLuint m_n_points; member in class:glcts::GeometryShaderLayeredRenderingBoundaryCondition
esextcGeometryShaderAdjacency.cpp 38 : m_line_segments(0), m_points(0), m_triangles(0), m_n_points(0), m_n_segments(0), m_n_triangles(0)
70 AdjacencyGridStrip::AdjacencyGridStrip() : m_n_points(0), m_points(0)

Completed in 66 milliseconds