QtBase  v6.3.1
Classes | Macros
qopenglfunctions.h File Reference
#include <QtGui/qtguiglobal.h>
#include <QtGui/qopengl.h>
#include <QtGui/qopenglcontext.h>
Include dependency graph for qopenglfunctions.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  QOpenGLFunctions
 The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API. More...
 
struct  QOpenGLFunctionsPrivate
 

Macros

#define Q_OPENGL_FUNCTIONS_DEBUG
 
#define QT_OPENGL_DECLARE_FUNCTIONS(ret, name, args)    ret (QOPENGLF_APIENTRYP name)args;
 
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args)   +1
 
#define QT_OPENGL_DECLARE(FUNCTIONS)
 
#define QT_OPENGL_FUNCTIONS(F)
 

Macro Definition Documentation

◆ Q_OPENGL_FUNCTIONS_DEBUG

#define Q_OPENGL_FUNCTIONS_DEBUG

Definition at line 75 of file qopenglfunctions.h.

◆ QT_OPENGL_COUNT_FUNCTIONS

#define QT_OPENGL_COUNT_FUNCTIONS (   ret,
  name,
  args 
)    +1

Definition at line 427 of file qopenglfunctions.h.

◆ QT_OPENGL_DECLARE

#define QT_OPENGL_DECLARE (   FUNCTIONS)
Value:
public: \
struct Functions { \
}; \
union { \
QFunctionPointer functions[FUNCTIONS(QT_OPENGL_COUNT_FUNCTIONS)]; \
Functions f; \
}; \
private: \
The QOpenGLContext class represents a native OpenGL context, enabling OpenGL rendering on a QSurface.
set set set set set set set macro pixldst1 abits if abits op else op endif endm macro pixldst2 abits if abits op else op endif endm macro pixldst4 abits if abits op else op endif endm macro pixldst0 abits op endm macro pixldst3 mem_operand op endm macro pixldst30 mem_operand op endm macro pixldst abits if abits elseif abits elseif abits elseif abits elseif abits pixldst0 abits else pixldst0 abits pixldst0 abits pixldst0 abits pixldst0 abits endif elseif abits else pixldst0 abits pixldst0 abits endif elseif abits else error unsupported bpp *numpix else pixst endif endm macro vuzp8 reg2 vuzp d d &reg2 endm macro vzip8 reg2 vzip d d &reg2 endm macro pixdeinterleave basereg basereg basereg basereg basereg endif endm macro pixinterleave basereg basereg basereg basereg basereg endif endm macro PF boost_increment endif if endif PF tst PF addne PF subne PF cmp ORIG_W if endif if endif if endif PF subge ORIG_W PF subges if endif if endif if endif endif endm macro cache_preload_simple endif if dst_r_bpp pld[DST_R, #(PREFETCH_DISTANCE_SIMPLE *dst_r_bpp/8)] endif if mask_bpp pld init[MASK, #(PREFETCH_DISTANCE_SIMPLE *mask_bpp/8)] endif endif endm macro ensure_destination_ptr_alignment process_pixblock_tail_head if beq irp skip1 beq endif SRC MASK if dst_r_bpp DST_R else add endif PF add sub src_basereg pixdeinterleave mask_basereg pixdeinterleave dst_r_basereg process_pixblock_head pixblock_size cache_preload_simple process_pixblock_tail pixinterleave dst_w_basereg irp beq endif process_pixblock_tail_head tst beq irp if pixblock_size chunk_size tst beq pixld SRC pixld MASK if DST_R else pixld DST_R endif if src_basereg pixdeinterleave mask_basereg pixdeinterleave dst_r_basereg process_pixblock_head if pixblock_size cache_preload_simple endif process_pixblock_tail pixinterleave dst_w_basereg irp if pixblock_size chunk_size tst beq if DST_W else pixst DST_W else mov ORIG_W endif add lsl if lsl endif if lsl endif lsl endif lsl endif lsl endif subs mov DST_W if regs_shortage str endif bge start_of_loop_label endm macro generate_composite_function
GLfloat GLfloat f
#define QT_OPENGL_DECLARE_FUNCTIONS(ret, name, args)
#define QT_OPENGL_COUNT_FUNCTIONS(ret, name, args)

Definition at line 429 of file qopenglfunctions.h.

◆ QT_OPENGL_DECLARE_FUNCTIONS

#define QT_OPENGL_DECLARE_FUNCTIONS (   ret,
  name,
  args 
)     ret (QOPENGLF_APIENTRYP name)args;

Definition at line 425 of file qopenglfunctions.h.

◆ QT_OPENGL_FUNCTIONS

#define QT_OPENGL_FUNCTIONS (   F)

Definition at line 445 of file qopenglfunctions.h.