/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
D | esextcTessellationShaderQuads.cpp | 66 , m_utils(DE_NULL) in TessellationShaderQuadsDegenerateCase() 83 if (m_utils != DE_NULL) in deinit() 85 delete m_utils; in deinit() 87 m_utils = DE_NULL; in deinit() 111 m_utils = new TessellationShaderUtils(gl, this); in initTest() 167 run.n_vertices = m_utils->getAmountOfVerticesGeneratedByTessellator( in initTest() 192 run.data = m_utils->getDataGeneratedByTessellator(run.inner, false, /* is_point_mode_enabled */ in initTest() 320 , m_utils(DE_NULL) in TessellationShaderQuadsInnerTessellationLevelRounding() 337 if (m_utils != DE_NULL) in deinit() 339 delete m_utils; in deinit() [all …]
|
D | esextcTessellationShaderTriangles.cpp | 530 , m_utils(DE_NULL) in TessellationShaderTrianglesIdenticalTriangles() 560 if (m_utils != DE_NULL) in deinit() 562 delete m_utils; in deinit() 564 m_utils = DE_NULL; in deinit() 580 m_utils = new TessellationShaderUtils(gl, this); in initTest() 624 n_base_vertices = m_utils->getAmountOfVerticesGeneratedByTessellator( in initTest() 627 n_reference_vertices = m_utils->getAmountOfVerticesGeneratedByTessellator( in initTest() 691 run.base_data = m_utils->getDataGeneratedByTessellator( in initTest() 695 run.reference_data = m_utils->getDataGeneratedByTessellator( in initTest() 787 , m_utils(DE_NULL) in TessellationShaderTrianglesInnerTessellationLevelRounding() [all …]
|
D | esextcTessellationShaderVertexOrdering.cpp | 46 , m_utils(DE_NULL) in TessellationShaderVertexOrdering() 117 if (m_utils != DE_NULL) in deinit() 119 delete m_utils; in deinit() 121 m_utils = DE_NULL; in deinit() 180 m_utils = new TessellationShaderUtils(gl, this); in initTest() 299 vertex_ordering, point_mode_status, m_utils); in initTest() 403 test_iteration.n_vertices = m_utils->getAmountOfVerticesGeneratedByTessellator( in initTestIteration()
|
D | esextcTessellationShaderPoints.cpp | 616 , m_utils(DE_NULL) in TessellationShaderPointsVerification() 639 if (m_utils != DE_NULL) in deinit() 641 delete m_utils; in deinit() 643 m_utils = DE_NULL; in deinit() 734 m_utils = new TessellationShaderUtils(gl, this); in initTest() 762 run_data = m_utils->getDataGeneratedByTessellator(run.inner, true, /* point_mode */ in iterate() 766 …run_n_vertices = m_utils->getAmountOfVerticesGeneratedByTessellator(run.primitive_mode, run.inner,… in iterate()
|
D | esextcTessellationShaderQuads.hpp | 111 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderQuadsDegenerateCase 199 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderQuadsInnerTessellationLevelRounding
|
D | esextcTessellationShaderTriangles.hpp | 183 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderTrianglesIdenticalTriangles 258 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderTrianglesInnerTessellationLevelRounding
|
D | esextcTessellationShaderVertexSpacing.cpp | 84 , m_utils(DE_NULL) in TessellationShaderVertexSpacing() 137 if (m_utils != DE_NULL) in deinit() 139 delete m_utils; in deinit() 141 m_utils = DE_NULL; in deinit() 906 m_utils = new TessellationShaderUtils(gl, this); in initTest() 970 run.n_vertices = m_utils->getAmountOfVerticesGeneratedByTessellator( in initTest() 995 run.data = m_utils->getDataGeneratedByTessellator( in initTest()
|
D | esextcTessellationShaderVertexOrdering.hpp | 127 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderVertexOrdering
|
D | esextcTessellationShaderPoints.hpp | 216 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderPointsVerification
|
D | esextcTessellationShaderVertexSpacing.hpp | 324 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderVertexSpacing
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl4cTextureFilterMinmaxTests.cpp | 531 …for (TextureFilterMinmaxUtils::ReductionModeParamIter iter = m_utils.getReductionModeParams().begi… in iterate() 532 iter != m_utils.getReductionModeParams().end(); ++iter) in iterate() 554 …for (TextureFilterMinmaxUtils::SupportedTextureTypeIter iter = m_utils.getSupportedTextureTypes().… in testReductionModeQueriesDefaultValues() 555 iter != m_utils.getSupportedTextureTypes().end(); ++iter) in testReductionModeQueriesDefaultValues() 568 …for (TextureFilterMinmaxUtils::SupportedTextureDataTypeIter iter = m_utils.getSupportedTextureData… in testReductionModeQueriesDefaultValues() 569 iter != m_utils.getSupportedTextureDataTypes().end(); ++iter) in testReductionModeQueriesDefaultValues() 595 …for (TextureFilterMinmaxUtils::SupportedTextureTypeIter iter = m_utils.getSupportedTextureTypes().… in testReductionModeQueries() 596 iter != m_utils.getSupportedTextureTypes().end(); ++iter) in testReductionModeQueries() 607 …for (TextureFilterMinmaxUtils::SupportedTextureDataTypeIter iter = m_utils.getSupportedTextureData… in testReductionModeQueries() 608 iter != m_utils.getSupportedTextureDataTypes().end(); ++iter) in testReductionModeQueries() [all …]
|
D | gl4cTextureFilterMinmaxTests.hpp | 258 TextureFilterMinmaxUtils m_utils; member in gl4cts::TextureFilterMinmaxParameterQueriesTestCase 274 TextureFilterMinmaxUtils m_utils; member in gl4cts::TextureFilterMinmaxFilteringTestCaseBase 319 TextureFilterMinmaxUtils m_utils; member in gl4cts::TextureFilterMinmaxSupportTestCase
|