Home
last modified time | relevance | path

Searched refs:_tessellation_vertex_counter_program (Results 1 – 2 of 2) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderUtils.hpp314 typedef struct _tessellation_vertex_counter_program struct in glcts::TessellationShaderUtils
334 _tessellation_vertex_counter_program(const glw::Functions& gl) : m_gl(gl) in _tessellation_vertex_counter_program() argument
352 ~_tessellation_vertex_counter_program() in ~_tessellation_vertex_counter_program() argument
372 } _tessellation_vertex_counter_program; typedef in glcts::TessellationShaderUtils
375 typedef std::vector<_tessellation_vertex_counter_program> _programs;
380 void captureTessellationData(_tessellation_vertex_counter_program& program);
388 _tessellation_vertex_counter_program& result_descriptor);
DesextcTessellationShaderUtils.cpp56 void TessellationShaderUtils::captureTessellationData(_tessellation_vertex_counter_program& program) in captureTessellationData()
626 _tessellation_vertex_counter_program test_program(m_gl); in getAmountOfVerticesGeneratedByTessellator()
665 _tessellation_vertex_counter_program test_program(m_gl); in getDataGeneratedByTessellator()
1231 bool is_point_mode_enabled, _tessellation_vertex_counter_program& result_descriptor) in initTessellationVertexCounterProgram()