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