Home
last modified time | relevance | path

Searched refs:PFNGLXALLOCATEMEMORYNVPROC (Results 1 – 3 of 3) sorted by relevance

/external/mesa3d/include/GL/
Dglx.h346 typedef void * ( * PFNGLXALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writefreq, … typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dglxew.h1069 typedef void * ( * PFNGLXALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readFrequency, GLfloat writeF… typedef
1610 GLXEW_FUN_EXPORT PFNGLXALLOCATEMEMORYNVPROC __glewXAllocateMemoryNV;
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c19833 PFNGLXALLOCATEMEMORYNVPROC __glewXAllocateMemoryNV = NULL;
20283 …r = ((glXAllocateMemoryNV = (PFNGLXALLOCATEMEMORYNVPROC)glewGetProcAddress((const GLubyte*)"glXAll… in _glewInit_GLX_NV_vertex_array_range()