Lines Matching full:functions
33 void initES20(Functions *gl, const FunctionLoader *loader); //!< Load all OpenGL ES 2.0 functions.
34 void initES30(Functions *gl, const FunctionLoader *loader); //!< Load all OpenGL ES 3.0 functions.
35 void initES31(Functions *gl, const FunctionLoader *loader); //!< Load all OpenGL ES 3.1 functions.
36 void initES32(Functions *gl, const FunctionLoader *loader); //!< Load all OpenGL ES 3.2 functions.
38 void initGL30Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 3.0 core functions.
39 void initGL31Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 3.1 core functions.
40 void initGL32Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 3.2 core functions.
41 void initGL33Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 3.3 core functions.
42 void initGL40Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 4.0 core functions.
43 void initGL41Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 4.1 core functions.
44 void initGL42Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 4.2 core functions.
45 void initGL43Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 4.3 core functions.
46 void initGL44Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 4.4 core functions.
47 void initGL45Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 4.5 core functions.
48 void initGL46Core(Functions *gl, const FunctionLoader *loader); //!< Load all GL 4.6 core functions.
50 void initExtensionsGL(Functions *gl, const FunctionLoader *loader, int numExtensions,
51 … const char *const *extensions); //!< Load all supported GL core extension functions.
52 void initExtensionsES(Functions *gl, const FunctionLoader *loader, int numExtensions,
53 … const char *const *extensions); //!< Load all supported GLES extension functions.