Home
last modified time | relevance | path

Searched refs:m_utils_ptr (Results 1 – 8 of 8) sorted by relevance

/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
DesextcTessellationShaderTessellation.cpp245 , m_utils_ptr(0) in TessellationShaderTessellationInputPatchDiscard()
313 if (m_utils_ptr != NULL) in deinit()
315 delete m_utils_ptr; in deinit()
317 m_utils_ptr = NULL; in deinit()
456 m_utils_ptr = new TessellationShaderUtils(gl, this); in initTest()
496 m_utils_ptr->compileShaders(n_shaders, shaders, true); in initTest()
567 m_utils_ptr->compileShaders(n_shaders, shaders, true); in initRun()
762 , m_utils_ptr(0) in TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID()
834 if (m_utils_ptr != NULL) in deinit()
836 delete m_utils_ptr; in deinit()
[all …]
DesextcTessellationShaderIsolines.cpp52 , m_utils_ptr(DE_NULL) in TessellationShadersIsolines()
467 if (m_utils_ptr != NULL) in deinit()
469 delete m_utils_ptr; in deinit()
471 m_utils_ptr = DE_NULL; in deinit()
550 m_utils_ptr = new TessellationShaderUtils(gl, this); in initTest()
686 unsigned int n_rendered_vertices = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in iterate()
689 std::vector<char> rendered_data = m_utils_ptr->getDataGeneratedByTessellator( in iterate()
DesextcTessellationShaderTessellation.hpp138 TessellationShaderUtils* m_utils_ptr; member in glcts::TessellationShaderTessellationInputPatchDiscard
243 TessellationShaderUtils* m_utils_ptr; member in glcts::TessellationShaderTessellationgl_InvocationID_PatchVerticesIn_PrimitiveID
355 TessellationShaderUtils* m_utils_ptr; member in glcts::TessellationShaderTessellationgl_TessCoord
DesextcTessellationShaderInvariance.cpp85 , m_utils_ptr(DE_NULL) in TessellationShaderInvarianceBaseTest()
153 if (m_utils_ptr != NULL) in deinit()
155 delete m_utils_ptr; in deinit()
157 m_utils_ptr = NULL; in deinit()
311 m_utils_ptr = new TessellationShaderUtils(gl, this); in initTest()
413 m_utils_ptr->compileShaders(1, /* n_shaders */ in initTest()
822 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties()
1099 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties()
1328 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties()
1633 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties()
[all …]
DesextcTessellationShaderTCTE.hpp171 TessellationShaderUtils* m_utils_ptr; member in glcts::TessellationShaderTCTEDataPassThrough
292 TessellationShaderUtils* m_utils_ptr; member in glcts::TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize
DesextcTessellationShaderIsolines.hpp189 TessellationShaderUtils* m_utils_ptr; member in glcts::TessellationShadersIsolines
DesextcTessellationShaderTCTE.cpp69 , m_utils_ptr(DE_NULL) in TessellationShaderTCTEDataPassThrough()
123 if (m_utils_ptr != DE_NULL) in deinit()
125 delete m_utils_ptr; in deinit()
127 m_utils_ptr = DE_NULL; in deinit()
191 m_utils_ptr = new TessellationShaderUtils(gl, this); in initTest()
768 m_utils_ptr->compileShaders(1 /* n_shaders */, &shader, true); in executeTestRun()
795 n_result_tess_coords = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in executeTestRun()
1790 , m_utils_ptr(DE_NULL) in TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize()
1836 if (m_utils_ptr != DE_NULL) in deinit()
1838 delete m_utils_ptr; in deinit()
[all …]
DesextcTessellationShaderInvariance.hpp75 TessellationShaderUtils* m_utils_ptr; member in glcts::TessellationShaderInvarianceBaseTest