Searched refs:glCallLists (Results 1 - 20 of 20) sorted by relevance
| /xsrc/external/mit/libepoxy/dist/test/ |
| H A D | wgl_usefontbitmaps.c | 50 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string); 59 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string);
|
| /xsrc/external/mit/mesa-demos/dist/src/redbook/ |
| H A D | stroke.c | 46 * Use of glCallLists() is demonstrated. 136 glCallLists(len, GL_BYTE, (GLbyte *)s);
|
| H A D | font.c | 109 glCallLists((GLsizei) strlen(s), GL_UNSIGNED_BYTE, (GLubyte *) s);
|
| /xsrc/external/mit/mesa-demos/dist/src/xdemos/ |
| H A D | xfont.c | 66 glCallLists(strlen(text), GL_UNSIGNED_BYTE, (GLubyte *) text);
|
| H A D | xrotfontdemo.c | 74 glCallLists(strlen(text), GL_UNSIGNED_BYTE, (GLubyte *) text);
|
| /xsrc/external/mit/MesaLib.old/dist/src/mapi/glapi/gen/ |
| H A D | gl_API.dtd | 93 count - for counted arrays (e.g., the 'lists' parameter to glCallLists),
|
| /xsrc/external/mit/MesaLib/dist/src/mapi/glapi/gen/ |
| H A D | gl_API.dtd | 95 count - for counted arrays (e.g., the 'lists' parameter to glCallLists),
|
| /xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/ |
| H A D | stw_context.c | 607 &glCallLists,
|
| /xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/ |
| H A D | stw_context.c | 654 &glCallLists,
|
| H A D | gldrv.h | 37 void (APIENTRY *glCallLists )( GLsizei n, GLenum type, const GLvoid *lists );
|
| /xsrc/external/mit/xorg-server.old/dist/glx/ |
| H A D | glprocs.h | 58 "glCallLists\0" 1211 NAME_FUNC_OFFSET( 31, glCallLists, glCallLists, NULL, _gloffset_CallLists),
|
| /xsrc/external/mit/MesaLib.old/dist/include/GL/ |
| H A D | gl.h | 919 GLAPI void GLAPIENTRY glCallLists( GLsizei n, GLenum type,
|
| H A D | gl_mangle.h | 172 #define glCallLists MANGLE(CallLists) macro
|
| /xsrc/external/mit/MesaLib/dist/include/GL/ |
| H A D | gl.h | 912 GLAPI void GLAPIENTRY glCallLists( GLsizei n, GLenum type,
|
| /xsrc/external/mit/xorg-server/dist/glx/ |
| H A D | indirect_dispatch.c | 95 glCallLists(n, type, lists);
|
| H A D | indirect_dispatch_swap.c | 218 glCallLists(n, type, lists);
|
| /xsrc/external/mit/MesaLib/dist/docs/relnotes/ |
| H A D | 20.1.0.rst | 3014 - glthread: add support for glCallLists, glPatchParameterfv
|
| H A D | 21.1.0.rst | 3308 - mesa: optimize glCallLists by using loops inside a switch
|
| /xsrc/external/mit/libepoxy/src/ |
| H A D | gl_generated.h | 16841 #define glCallLists macro [all...] |
| H A D | gl_generated_dispatch.c | 8141 0, // glCallLists 78233 return gl_single_resolver(PROVIDER_Desktop_OpenGL_1_0, 3564 /* glCallLists */); [all...] |
Completed in 196 milliseconds