Lines Matching refs:data_ptr

2549 	PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2550 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2555 data_ptr->m_to_width, /* srcX1 */
2556 data_ptr->m_to_height, /* srcY1 */
2559 data_ptr->m_to_width << 1, /* dstX1 */
2560 data_ptr->m_to_height << 1, /* dstY1 */
2579 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2580 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2586 gl.bindBuffer(GL_ARRAY_BUFFER, data_ptr->m_bo_id);
2607 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2608 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2628 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2629 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2649 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2650 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2669 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2670 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2673 if (!glu::contextSupports(data_ptr->m_context.getRenderContext().getType(), glu::ApiType::core(4, 3)) &&
2684 data_ptr->bo_size, GL_RED, GL_UNSIGNED_BYTE, &value);
2701 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2702 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2720 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2721 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2739 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2740 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2758 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2759 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2762 if (!glu::contextSupports(data_ptr->m_context.getRenderContext().getType(), glu::ApiType::core(4, 4)) &&
2772 gl.clearTexSubImage(data_ptr->m_to_draw_fbo_id, 0, /* level */
2776 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1, /* depth */
2794 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2795 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2798 if (!glu::contextSupports(data_ptr->m_context.getRenderContext().getType(), glu::ApiType::core(4, 3)) &&
2806 gl.copyImageSubData(data_ptr->m_to_draw_fbo_id, GL_TEXTURE_2D, 0, /* srcLevel */
2810 data_ptr->m_to_read_fbo_id, GL_TEXTURE_2D, 0, /* dstLevel */
2814 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1); /* src_depth */
2830 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2831 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2840 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, GL_RED, GL_UNSIGNED_BYTE, test_data);