Home
last modified time | relevance | path

Searched refs:m_utils (Results 1 - 12 of 12) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cTextureFilterMinmaxTests.cpp531 for (TextureFilterMinmaxUtils::ReductionModeParamIter iter = m_utils.getReductionModeParams().begin(); in iterate()
532 iter != m_utils.getReductionModeParams().end(); ++iter) in iterate()
554 for (TextureFilterMinmaxUtils::SupportedTextureTypeIter iter = m_utils.getSupportedTextureTypes().begin(); in testReductionModeQueriesDefaultValues()
555 iter != m_utils.getSupportedTextureTypes().end(); ++iter) in testReductionModeQueriesDefaultValues()
568 for (TextureFilterMinmaxUtils::SupportedTextureDataTypeIter iter = m_utils.getSupportedTextureDataTypes().begin(); in testReductionModeQueriesDefaultValues()
569 iter != m_utils.getSupportedTextureDataTypes().end(); ++iter) in testReductionModeQueriesDefaultValues()
595 for (TextureFilterMinmaxUtils::SupportedTextureTypeIter iter = m_utils.getSupportedTextureTypes().begin(); in testReductionModeQueries()
596 iter != m_utils.getSupportedTextureTypes().end(); ++iter) in testReductionModeQueries()
607 for (TextureFilterMinmaxUtils::SupportedTextureDataTypeIter iter = m_utils.getSupportedTextureDataTypes().begin(); in testReductionModeQueries()
608 iter != m_utils in testReductionModeQueries()
[all...]
H A Dgl4cTextureFilterMinmaxTests.hpp258 TextureFilterMinmaxUtils m_utils; member in gl4cts::TextureFilterMinmaxParameterQueriesTestCase
274 TextureFilterMinmaxUtils m_utils; member in gl4cts::TextureFilterMinmaxFilteringTestCaseBase
319 TextureFilterMinmaxUtils m_utils; member in gl4cts::TextureFilterMinmaxSupportTestCase
/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderQuads.cpp66 , 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...]
H A DesextcTessellationShaderTriangles.cpp530 , 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_NUL in TessellationShaderTrianglesInnerTessellationLevelRounding()
[all...]
H A DesextcTessellationShaderVertexOrdering.cpp46 , 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()
H A DesextcTessellationShaderPoints.cpp616 , 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, run.outer, in iterate()
H A DesextcTessellationShaderQuads.hpp111 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderQuadsDegenerateCase
199 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderQuadsInnerTessellationLevelRounding
H A DesextcTessellationShaderTriangles.hpp183 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderTrianglesIdenticalTriangles
258 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderTrianglesInnerTessellationLevelRounding
H A DesextcTessellationShaderVertexSpacing.cpp84 , 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()
H A DesextcTessellationShaderVertexOrdering.hpp127 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderVertexOrdering
H A DesextcTessellationShaderPoints.hpp216 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderPointsVerification
H A DesextcTessellationShaderVertexSpacing.hpp324 TessellationShaderUtils* m_utils; member in glcts::TessellationShaderVertexSpacing

Completed in 12 milliseconds