Searched refs:glCallLists (Results 1 – 13 of 13) sorted by relevance
/external/libepoxy/test/ |
D | wgl_usefontbitmaps.c | 50 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string); in test_function() 59 glCallLists(strlen(string), GL_UNSIGNED_BYTE, string); in test_function()
|
/external/mesa3d/src/gallium/targets/osmesa/ |
D | osmesa.mingw.def | 24 glCallLists = glCallLists@12
|
D | osmesa.def | 27 glCallLists
|
/external/mesa3d/src/gallium/frontends/wgl/ |
D | opengl32.mingw.def | 17 glCallLists = glCallLists@12
|
D | opengl32.def | 17 glCallLists
|
D | stw_context.c | 608 &glCallLists,
|
D | gldrv.h | 37 void (APIENTRY *glCallLists )( GLsizei n, GLenum type, const GLvoid *lists );
|
/external/mesa3d/src/mapi/glapi/gen/ |
D | gl_API.dtd | 95 count - for counted arrays (e.g., the 'lists' parameter to glCallLists),
|
/external/angle/src/libGL/ |
D | libGL_autogen.def | 17 glCallLists
|
D | libGL_autogen.cpp | 73 void GL_APIENTRY glCallLists(GLsizei n, GLenum type, const void *lists) in glCallLists() function
|
/external/mesa3d/include/GL/ |
D | gl.h | 914 GLAPI void GLAPIENTRY glCallLists( GLsizei n, GLenum type,
|
/external/mesa3d/docs/relnotes/ |
D | 20.1.0.rst | 3014 - glthread: add support for glCallLists, glPatchParameterfv
|
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/ |
D | glew.h | 853 GLAPI void GLAPIENTRY glCallLists (GLsizei n, GLenum type, const void *lists);
|