Lines Matching refs:loader
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…
37 void initGL30Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.0 core functio…
38 void initGL31Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.1 core functio…
39 void initGL32Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.2 core functio…
40 void initGL33Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 3.3 core functio…
41 void initGL40Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.0 core functio…
42 void initGL41Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.1 core functio…
43 void initGL42Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.2 core functio…
44 void initGL43Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.3 core functio…
45 void initGL44Core (Functions* gl, const FunctionLoader* loader); //!< Load all GL 4.4 core functio…
47 void initExtensionsGL (Functions* gl, const FunctionLoader* loader, int numExtensions, const char* …
48 void initExtensionsES (Functions* gl, const FunctionLoader* loader, int numExtensions, const char* …