Home | History | Annotate | Download | only in gl

Lines Matching defs:data_ptr

2515 	PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2516 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2521 data_ptr->m_to_width, /* srcX1 */
2522 data_ptr->m_to_height, /* srcY1 */
2525 data_ptr->m_to_width << 1, /* dstX1 */
2526 data_ptr->m_to_height << 1, /* dstY1 */
2545 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2546 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2552 gl.bindBuffer(GL_ARRAY_BUFFER, data_ptr->m_bo_id);
2573 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2574 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2594 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2595 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2615 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2616 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2635 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2636 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2639 if (!glu::contextSupports(data_ptr->m_context.getRenderContext().getType(), glu::ApiType::core(4, 3)) &&
2650 data_ptr->bo_size, GL_RED, GL_UNSIGNED_BYTE, &value);
2667 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2668 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2686 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2687 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2705 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2706 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2724 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2725 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2728 if (!glu::contextSupports(data_ptr->m_context.getRenderContext().getType(), glu::ApiType::core(4, 4)) &&
2738 gl.clearTexSubImage(data_ptr->m_to_draw_fbo_id, 0, /* level */
2742 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1, /* depth */
2760 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2761 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2764 if (!glu::contextSupports(data_ptr->m_context.getRenderContext().getType(), glu::ApiType::core(4, 3)) &&
2772 gl.copyImageSubData(data_ptr->m_to_draw_fbo_id, GL_TEXTURE_2D, 0, /* srcLevel */
2776 data_ptr->m_to_read_fbo_id, GL_TEXTURE_2D, 0, /* dstLevel */
2780 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, 1); /* src_depth */
2796 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2797 const glw::Functions& gl = data_ptr->m_context.getRenderContext().getFunctions();
2806 data_ptr->m_to_width / 2, data_ptr->m_to_height / 2, GL_RED, GL_UNSIGNED_BYTE, test_data);