Lines Matching defs:pThis
2256 /** Executes a draw call, whose type is specified under pThis->m_current_draw_call_type.
2258 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctionalBase instance, which
2263 bool PipelineStatisticsQueryTestFunctionalBase::queryCallbackDrawCallHandler(void* pThis)
2265 PipelineStatisticsQueryTestFunctionalBase* pInstance = (PipelineStatisticsQueryTestFunctionalBase*)pThis;
2542 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2547 bool PipelineStatisticsQueryTestFunctional2::executeBlitFramebufferTest(void* pThis)
2549 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2572 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2577 bool PipelineStatisticsQueryTestFunctional2::executeBufferSubDataTest(void* pThis)
2579 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2599 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2604 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvColorBufferTest(void* pThis)
2607 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2620 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2625 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferfvDepthBufferTest(void* pThis)
2628 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2641 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2646 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferivStencilBufferTest(void* pThis)
2649 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2662 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2667 bool PipelineStatisticsQueryTestFunctional2::executeClearBufferSubDataTest(void* pThis)
2669 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2694 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2699 bool PipelineStatisticsQueryTestFunctional2::executeClearColorBufferTest(void* pThis)
2701 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2713 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2718 bool PipelineStatisticsQueryTestFunctional2::executeClearDepthBufferTest(void* pThis)
2720 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2732 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2737 bool PipelineStatisticsQueryTestFunctional2::executeClearStencilBufferTest(void* pThis)
2739 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2750 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2756 bool PipelineStatisticsQueryTestFunctional2::executeClearTexSubImageTest(void* pThis)
2758 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2786 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2792 bool PipelineStatisticsQueryTestFunctional2::executeCopyImageSubDataTest(void* pThis)
2794 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
2823 * @param pThis Pointer to a PipelineStatisticsQueryTestFunctional2 instance. Must not
2828 bool PipelineStatisticsQueryTestFunctional2::executeTexSubImageTest(void* pThis)
2830 PipelineStatisticsQueryTestFunctional2* data_ptr = (PipelineStatisticsQueryTestFunctional2*)pThis;
4427 PipelineStatisticsQueryTestFunctional8* pThis = (PipelineStatisticsQueryTestFunctional8*)pInstance;
4429 const glw::Functions& gl = pThis->m_context.getRenderContext().getFunctions();
4431 if (pThis->m_current_iteration == 0)
4439 gl.dispatchComputeIndirect(pThis->m_bo_dispatch_compute_indirect_args_offset);
4445 pThis->m_testCtx.getLog() << tcu::TestLog::Message
4446 << ((pThis->m_current_iteration == 0) ? "glDispatchCompute()" :