Home
last modified time | relevance | path

Searched refs:PFNWGLALLOCATEMEMORYNVPROC (Results 1 – 6 of 6) sorted by relevance

/external/OpenCL-CTS/test_conformance/gl/GLEW/GL/
Dwglew.h1114 typedef void * (WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readFrequency, GLfloat … typedef
1344 WGLEW_FUN_EXPORT PFNWGLALLOCATEMEMORYNVPROC __wglewAllocateMemoryNV;
/external/swiftshader/include/GL/
Dwglext.h769 typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writef… typedef
/external/mesa3d/include/GL/
Dwglext.h783 typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writef… typedef
/external/angle/src/third_party/khronos/GL/
Dwglext.h759 typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writef… typedef
/external/angle/include/WGL/
Dwgl.h865 typedef void *(WINAPI * PFNWGLALLOCATEMEMORYNVPROC) (GLsizei size, GLfloat readfreq, GLfloat writef… typedef
/external/OpenCL-CTS/test_conformance/gl/GLEW/
Dglew.c18937 PFNWGLALLOCATEMEMORYNVPROC __wglewAllocateMemoryNV = NULL;
19445 …r = ((wglAllocateMemoryNV = (PFNWGLALLOCATEMEMORYNVPROC)glewGetProcAddress((const GLubyte*)"wglAll… in _glewInit_WGL_NV_vertex_array_range()