/aosp_15_r20/external/deqp/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderTessellation.cpp | 245 , 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 …]
|
H A D | esextcTessellationShaderIsolines.cpp | 52 , m_utils_ptr(DE_NULL) in TessellationShadersIsolines() 468 if (m_utils_ptr != NULL) in deinit() 470 delete m_utils_ptr; in deinit() 472 m_utils_ptr = DE_NULL; in deinit() 551 m_utils_ptr = new TessellationShaderUtils(gl, this); in initTest() 684 … unsigned int n_rendered_vertices = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in iterate() 687 std::vector<char> rendered_data = m_utils_ptr->getDataGeneratedByTessellator( in iterate()
|
H A D | esextcTessellationShaderInvariance.cpp | 85 , 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() 821 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties() 1098 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties() 1327 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties() 1632 *out_result_buffer_size = m_utils_ptr->getAmountOfVerticesGeneratedByTessellator( in getIterationProperties() [all …]
|
H A D | esextcTessellationShaderTessellation.hpp | 138 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
|
H A D | esextcTessellationShaderTCTE.cpp | 69 , 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() 1799 , m_utils_ptr(DE_NULL) in TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize() 1845 if (m_utils_ptr != DE_NULL) in deinit() 1847 delete m_utils_ptr; in deinit() [all …]
|
H A D | esextcTessellationShaderTCTE.hpp | 171 TessellationShaderUtils *m_utils_ptr; member in glcts::TessellationShaderTCTEDataPassThrough 292 TessellationShaderUtils *m_utils_ptr; member in glcts::TessellationShaderTCTEgl_MaxPatchVertices_Position_PointSize
|
H A D | esextcTessellationShaderIsolines.hpp | 189 TessellationShaderUtils *m_utils_ptr; member in glcts::TessellationShadersIsolines
|
H A D | esextcTessellationShaderInvariance.hpp | 75 TessellationShaderUtils *m_utils_ptr; member in glcts::TessellationShaderInvarianceBaseTest
|